#B85857

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

Shades of Fuzzy Wuzzy Brown #B85857

Tints of Fuzzy Wuzzy Brown #B85857

Color information

#B85857 (or 0xB85857) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 58 and 57. RGB value is (184,88,87). Sum of RGB (Red+Green+Blue) = 184+88+87=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B85857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85857 is #47A7A8. Grayscale: #747474. Windows color (decimal): -4695977 or 5724344. OLE color: 5724344.

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

Color convert

RGB1848887-
CMYK00.520.530.28
HSL0.62º40.59%53.14%-
HSV(B)0.62º52.72%72.16%-
XYZ24.9817.8611.15-
YUV116.59111.3176.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=51.25%
G=24.51%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184888700.520.530.280.6240.5953.14
HexB85857034351C12935
Octal270130127064653415165
Binary10111000101100010101110110100110101111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85857; }

 p { color: rgb(184,88,87); }

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

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

 a { background-color: rgb(184,88,87); }

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

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

 span { border-color: rgb(184,88,87); }

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