#B85D5A

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

Shades of Fuzzy Wuzzy Brown #B85D5A

Tints of Fuzzy Wuzzy Brown #B85D5A

Color information

#B85D5A (or 0xB85D5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5D and 5A. RGB value is (184,93,90). Sum of RGB (Red+Green+Blue) = 184+93+90=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D5A is #47A2A5. Grayscale: #777777. Windows color (decimal): -4694694 or 5922232. OLE color: 5922232.

HSL color Cylindrical-coordinate representation of color #B85D5A: hue angle of 1.91º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85D5A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1849390-
CMYK00.490.510.28
HSL1.91º39.83%53.73%-
HSV(B)1.91º51.09%72.16%-
XYZ25.5318.7611.95-
YUV119.87111.15173.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=50.14%
G=25.34%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184939000.490.510.281.9139.8353.73
HexB85D5A031331C22836
Octal270135132061633425066
Binary101110001011101101101001100011100111110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D5A; }

 p { color: rgb(184,93,90); }

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

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

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

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

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

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

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