#B95B55

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

Shades of Fuzzy Wuzzy Brown #B95B55

Tints of Fuzzy Wuzzy Brown #B95B55

Color information

#B95B55 (or 0xB95B55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 5B and 55. RGB value is (185,91,85). Sum of RGB (Red+Green+Blue) = 185+91+85=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B55 is #46A4AA. Grayscale: #767676. Windows color (decimal): -4629675 or 5594041. OLE color: 5594041.

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

Color convert

RGB1859185-
CMYK00.510.540.27
HSL3.6º41.67%52.94%-
HSV(B)3.6º54.05%72.55%-
XYZ25.3918.4510.82-
YUV118.42109.14175.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=51.25%
G=25.21%
B=23.55%

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
Decimal185918500.510.540.273.641.6752.94
HexB95B55033361B42a35
Octal271133125063663345265
Binary1011100110110111010101011001111011011011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B55; }

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

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

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

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

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

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

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

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