Html Css Color HEX #BB5E59 Fuzzy Wuzzy Brown

📋 copy color: '#BB5E59'

red 187 ◦ green 94 ◦ blue 89

#BB5E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #BB5E59

Tints of Fuzzy Wuzzy Brown #BB5E59

RGB

 RED value IS 187 (73.44% from 255) = 50.54%

 GREEN value IS 94 (37.11% from 255) = 25.41%

 BLUE value IS 89 (35.16% from 255) = 24.05%

R = 50.54%
G = 25.41%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB5E59 (or 0xBB5E59) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5E and 59. RGB value is (187,94,89). Sum of RGB (Red+Green+Blue) = 187+94+89=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E59 is #44A1A6. Grayscale: #797979. Windows color (decimal): -4497831 or 5856955. OLE color: 5856955.

HSL color Cylindrical-coordinate representation of color #BB5E59: hue angle of 3.06º 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 #BB5E59 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 89 -
CMYK 0 0.50 0.52 0.27
HSL 3.06º 0.42% 0.54% -
HSV(B) 3.06º 0.52% 0.73% -
XYZ 26.3 19.29 11.79 -
YUV 121.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 187 94 89 0 0.50 0.52 0.27 3.06 0.42 0.54
Hex BB 5E 59 0 32 34 1B 3 2A 36
Octal 273 136 131 0 62 64 33 3 52 66
Binary 10111011 1011110 1011001 0 110010 110100 11011 11 101010 110110

Color Harmonies of #BB5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E59

Black with #BB5E59

Text Example


Text Example

White with #BB5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E59; }

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

 H1.HeaderClassName
 {
   color: #BB5E59;
 }
 .AnyTagClassName
 {
   color: #BB5E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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