#BB5A56

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

Shades of Fuzzy Wuzzy Brown #BB5A56

Tints of Fuzzy Wuzzy Brown #BB5A56

Color information

#BB5A56 (or 0xBB5A56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 5A and 56. RGB value is (187,90,86). Sum of RGB (Red+Green+Blue) = 187+90+86=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A56 is #44A5A9. Grayscale: #767676. Windows color (decimal): -4498858 or 5659323. OLE color: 5659323.

HSL color Cylindrical-coordinate representation of color #BB5A56: hue angle of 2.38º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5A56 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1879086-
CMYK00.520.540.27
HSL2.38º42.62%53.53%-
HSV(B)2.38º54.01%73.33%-
XYZ25.8318.5511.02-
YUV118.55109.64176.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=51.52%
G=24.79%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187908600.520.540.272.3842.6253.53
HexBB5A56034361B22b36
Octal273132126064663325366
Binary101110111011010101011001101001101101101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A56; }

 p { color: rgb(187,90,86); }

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

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

 a { background-color: rgb(187,90,86); }

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

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

 span { border-color: rgb(187,90,86); }

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