#B95956

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

Shades of Fuzzy Wuzzy Brown #B95956

Tints of Fuzzy Wuzzy Brown #B95956

Color information

#B95956 (or 0xB95956) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 59 and 56. RGB value is (185,89,86). Sum of RGB (Red+Green+Blue) = 185+89+86=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B95956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95956 is #46A6A9. Grayscale: #757575. Windows color (decimal): -4630186 or 5659065. OLE color: 5659065.

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

Color convert

RGB1858986-
CMYK00.520.540.27
HSL1.82º41.42%53.14%-
HSV(B)1.82º53.51%72.55%-
XYZ25.2618.1310.97-
YUV117.36110.3176.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=51.39%
G=24.72%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185898600.520.540.271.8241.4253.14
HexB95956034361B22935
Octal271131126064663325165
Binary101110011011001101011001101001101101101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95956; }

 p { color: rgb(185,89,86); }

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

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

 a { background-color: rgb(185,89,86); }

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

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

 span { border-color: rgb(185,89,86); }

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