#BB5B59

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

Shades of Fuzzy Wuzzy Brown #BB5B59

Tints of Fuzzy Wuzzy Brown #BB5B59

Color information

#BB5B59 (or 0xBB5B59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 5B and 59. RGB value is (187,91,89). Sum of RGB (Red+Green+Blue) = 187+91+89=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B59 is #44A4A6. Grayscale: #777777. Windows color (decimal): -4498599 or 5856187. OLE color: 5856187.

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

Color convert

RGB1879189-
CMYK00.510.520.27
HSL1.22º41.88%54.12%-
HSV(B)1.22º52.41%73.33%-
XYZ26.0418.7711.7-
YUV119.48110.8176.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=50.95%
G=24.80%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187918900.510.520.271.2241.8854.12
HexBB5B59033341B12a36
Octal273133131063643315266
Binary10111011101101110110010110011110100110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B59; }

 p { color: rgb(187,91,89); }

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

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

 a { background-color: rgb(187,91,89); }

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

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

 span { border-color: rgb(187,91,89); }

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