Html Css Color HEX #BB5D59 Fuzzy Wuzzy Brown

📋 copy color: '#BB5D59'

red 187 ◦ green 93 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #BB5D59

Tints of Fuzzy Wuzzy Brown #BB5D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

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

R = 50.68%
G = 25.2%
B = 24.12%

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

#BB5D59 (or 0xBB5D59) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5D and 59. RGB value is (187,93,89). Sum of RGB (Red+Green+Blue) = 187+93+89=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D59 is #44A2A6. Grayscale: #787878. Windows color (decimal): -4498087 or 5856699. OLE color: 5856699.

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

Color convert

RGB 187 93 89 -
CMYK 0 0.50 0.52 0.27
HSL 2.45º 0.42% 0.54% -
HSV(B) 2.45º 0.52% 0.73% -
XYZ 26.21 19.11 11.76 -
YUV 120.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 187 93 89 0 0.50 0.52 0.27 2.45 0.42 0.54
Hex BB 5D 59 0 32 34 1B 2 2A 36
Octal 273 135 131 0 62 64 33 2 52 66
Binary 10111011 1011101 1011001 0 110010 110100 11011 10 101010 110110

Color Harmonies of #BB5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D59

Black with #BB5D59

Text Example


Text Example

White with #BB5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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