Html Css Color HEX #BB5957 Fuzzy Wuzzy Brown

📋 copy color: '#BB5957'

red 187 ◦ green 89 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #BB5957

Tints of Fuzzy Wuzzy Brown #BB5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 51.52%
G = 24.52%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB5957 (or 0xBB5957) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 59 and 57. RGB value is (187,89,87). Sum of RGB (Red+Green+Blue) = 187+89+87=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5957 is #44A6A8. Grayscale: #767676. Windows color (decimal): -4499113 or 5724603. OLE color: 5724603.

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

Color convert

RGB 187 89 87 -
CMYK 0 0.52 0.53 0.27
HSL 1.2º 0.42% 0.54% -
HSV(B) 1.2º 0.53% 0.73% -
XYZ 25.79 18.4 11.21 -
YUV 118.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 187 89 87 0 0.52 0.53 0.27 1.2 0.42 0.54
Hex BB 59 57 0 34 35 1B 1 2A 36
Octal 273 131 127 0 64 65 33 1 52 66
Binary 10111011 1011001 1010111 0 110100 110101 11011 1 101010 110110

Color Harmonies of #BB5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5957

Black with #BB5957

Text Example


Text Example

White with #BB5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5957; }

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

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

background-color css

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

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

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

border-color css

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

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

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