#B95B56

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

Shades of Fuzzy Wuzzy Brown #B95B56

Tints of Fuzzy Wuzzy Brown #B95B56

Color information

#B95B56 (or 0xB95B56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 5B and 56. RGB value is (185,91,86). Sum of RGB (Red+Green+Blue) = 185+91+86=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B56 is #46A4A9. Grayscale: #767676. Windows color (decimal): -4629674 or 5659577. OLE color: 5659577.

HSL color Cylindrical-coordinate representation of color #B95B56: hue angle of 3.03º 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 #B95B56 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1859186-
CMYK00.510.540.27
HSL3.03º41.42%53.14%-
HSV(B)3.03º53.51%72.55%-
XYZ25.4318.4711.03-
YUV118.54109.64175.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 86 (33.98% from 255) = 23.76%
R=51.10%
G=25.14%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185918600.510.540.273.0341.4253.14
HexB95B56033361B32935
Octal271133126063663335165
Binary101110011011011101011001100111101101101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B56; }

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

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

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

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

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

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

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

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