#B95655

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

Shades of Fuzzy Wuzzy Brown #B95655

Tints of Fuzzy Wuzzy Brown #B95655

Color information

#B95655 (or 0xB95655) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 56 and 55. RGB value is (185,86,85). Sum of RGB (Red+Green+Blue) = 185+86+85=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B95655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95655 is #46A9AA. Grayscale: #737373. Windows color (decimal): -4630955 or 5592761. OLE color: 5592761.

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

Color convert

RGB1858685-
CMYK00.540.540.27
HSL0.6º41.67%52.94%-
HSV(B)0.6º54.05%72.55%-
XYZ24.9817.6310.68-
YUV115.49110.8177.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=51.97%
G=24.16%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185868500.540.540.270.641.6752.94
HexB95655036361B12a35
Octal271126125066663315265
Binary10111001101011010101010110110110110110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95655; }

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

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

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

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

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

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

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

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