Html Css Color HEX #B85E5C Fuzzy Wuzzy Brown

📋 copy color: '#B85E5C'

red 184 ◦ green 94 ◦ blue 92

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

Shades of Fuzzy Wuzzy Brown #B85E5C

Tints of Fuzzy Wuzzy Brown #B85E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 49.73%
G = 25.41%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B85E5C (or 0xB85E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5E and 5C. RGB value is (184,94,92). Sum of RGB (Red+Green+Blue) = 184+94+92=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E5C is #47A1A3. Grayscale: #787878. Windows color (decimal): -4694436 or 6053560. OLE color: 6053560.

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

Color convert

RGB 184 94 92 -
CMYK 0 0.49 0.50 0.28
HSL 1.3º 0.39% 0.54% -
HSV(B) 1.3º 0.5% 0.72% -
XYZ 25.7 18.97 12.43 -
YUV 120.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 184 94 92 0 0.49 0.50 0.28 1.3 0.39 0.54
Hex B8 5E 5C 0 31 32 1C 1 27 36
Octal 270 136 134 0 61 62 34 1 47 66
Binary 10111000 1011110 1011100 0 110001 110010 11100 1 100111 110110

Color Harmonies of #B85E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E5C

Black with #B85E5C

Text Example


Text Example

White with #B85E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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