Html Css Color HEX #B85E59 Fuzzy Wuzzy Brown

📋 copy color: '#B85E59'

red 184 ◦ green 94 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #B85E59

Tints of Fuzzy Wuzzy Brown #B85E59

RGB

 RED value IS 184 (72.27% from 255) = 50.14%

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

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

R = 50.14%
G = 25.61%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B85E59 (or 0xB85E59) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5E and 59. RGB value is (184,94,89). Sum of RGB (Red+Green+Blue) = 184+94+89=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E59 is #47A1A6. Grayscale: #787878. Windows color (decimal): -4694439 or 5856952. OLE color: 5856952.

HSL color Cylindrical-coordinate representation of color #B85E59: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85E59 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 94 89 -
CMYK 0 0.49 0.52 0.28
HSL 3.16º 0.4% 0.54% -
HSV(B) 3.16º 0.52% 0.72% -
XYZ 25.57 18.92 11.75 -
YUV 120.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 184 94 89 0 0.49 0.52 0.28 3.16 0.4 0.54
Hex B8 5E 59 0 31 34 1C 3 28 36
Octal 270 136 131 0 61 64 34 3 50 66
Binary 10111000 1011110 1011001 0 110001 110100 11100 11 101000 110110

Color Harmonies of #B85E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E59

Black with #B85E59

Text Example


Text Example

White with #B85E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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