#BF5E5A

Color #BF5E5A Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #BF5E5A

Tints of Fuzzy Wuzzy Brown #BF5E5A

Color information

#BF5E5A (or 0xBF5E5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 5E and 5A. RGB value is (191,94,90). Sum of RGB (Red+Green+Blue) = 191+94+90=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E5A is #40A1A5. Grayscale: #7A7A7A. Windows color (decimal): -4235686 or 5922495. OLE color: 5922495.

HSL color Cylindrical-coordinate representation of color #BF5E5A: hue angle of 2.38º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5E5A is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1919490-
CMYK00.510.530.25
HSL2.38º44.1%55.1%-
HSV(B)2.38º52.88%74.9%-
XYZ27.3319.8212.06-
YUV122.55109.64176.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 90 (35.55% from 255) = 24%
R=50.93%
G=25.07%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191949000.510.530.252.3844.155.1
HexBF5E5A033351922c37
Octal277136132063653125467
Binary101111111011110101101001100111101011100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E5A; }

 p { color: rgb(191,94,90); }

 H1.HeaderClassName
 {
   color: #BF5E5A;
 }
 .AnyTagClassName
 {
   color: #BF5E5A;
 }
</style>
background-color css

<style>
 a { background-color: #BF5E5A; }

 a { background-color: rgb(191,94,90); }

 div.DivClassName
 {
   background-color: #BF5E5A;
 }
 .BgClassName
 {
   background-color: #BF5E5A;
 }
</style>
border-color css

<style>
 span { border-color: #BF5E5A; }

 span { border-color: rgb(191,94,90); }

 td.TdClassName
 {
   border-color: #BF5E5A;
 }
 .TagClassName
 {
   border-color: #BF5E5A;
 }
</style>