#B85F5C

Color #B85F5C Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #B85F5C

Tints of Fuzzy Wuzzy Brown #B85F5C

Color information

#B85F5C (or 0xB85F5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5F and 5C. RGB value is (184,95,92). Sum of RGB (Red+Green+Blue) = 184+95+92=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F5C is #47A0A3. Grayscale: #797979. Windows color (decimal): -4694180 or 6053816. OLE color: 6053816.

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

Color convert

RGB1849592-
CMYK00.480.500.28
HSL1.96º39.32%54.12%-
HSV(B)1.96º50%72.16%-
XYZ25.7919.1512.46-
YUV121.27111.49172.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=49.60%
G=25.61%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184959200.480.500.281.9639.3254.12
HexB85F5C030321C22736
Octal270137134060623424766
Binary101110001011111101110001100001100101110010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F5C; }

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

 H1.HeaderClassName
 {
   color: #B85F5C;
 }
 .AnyTagClassName
 {
   color: #B85F5C;
 }
</style>
background-color css

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

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

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

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

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

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