#B95857

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

Shades of Fuzzy Wuzzy Brown #B95857

Tints of Fuzzy Wuzzy Brown #B95857

Color information

#B95857 (or 0xB95857) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 58 and 57. RGB value is (185,88,87). Sum of RGB (Red+Green+Blue) = 185+88+87=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B95857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95857 is #46A7A8. Grayscale: #747474. Windows color (decimal): -4630441 or 5724345. OLE color: 5724345.

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

Color convert

RGB1858887-
CMYK00.520.530.27
HSL0.61º41.18%53.33%-
HSV(B)0.61º52.97%72.55%-
XYZ25.2217.9811.16-
YUV116.89111.14176.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=51.39%
G=24.44%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185888700.520.530.270.6141.1853.33
HexB95857034351B12935
Octal271130127064653315165
Binary10111001101100010101110110100110101110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95857; }

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

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

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

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

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

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

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

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