#B95D5D

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

Shades of Fuzzy Wuzzy Brown #B95D5D

Tints of Fuzzy Wuzzy Brown #B95D5D

Color information

#B95D5D (or 0xB95D5D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 5D and 5D. RGB value is (185,93,93). Sum of RGB (Red+Green+Blue) = 185+93+93=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D5D is #46A2A2. Grayscale: #787878. Windows color (decimal): -4629155 or 6118841. OLE color: 6118841.

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

Color convert

RGB1859393-
CMYK00.500.500.27
HSL39.66%54.51%-
HSV(B)49.73%72.55%-
XYZ25.918.9312.65-
YUV120.51112.48174-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=49.87%
G=25.07%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185939300.500.500.27039.6654.51
HexB95D5D032321B02837
Octal271135135062623305067
Binary10111001101110110111010110010110010110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D5D; }

 p { color: rgb(185,93,93); }

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

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

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

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

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

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

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