#B85D59

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

Shades of Fuzzy Wuzzy Brown #B85D59

Tints of Fuzzy Wuzzy Brown #B85D59

Color information

#B85D59 (or 0xB85D59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5D and 59. RGB value is (184,93,89). Sum of RGB (Red+Green+Blue) = 184+93+89=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D59 is #47A2A6. Grayscale: #777777. Windows color (decimal): -4694695 or 5856696. OLE color: 5856696.

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

Color convert

RGB1849389-
CMYK00.490.520.28
HSL2.53º40.08%53.53%-
HSV(B)2.53º51.63%72.16%-
XYZ25.4818.7411.73-
YUV119.75110.65173.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=50.27%
G=25.41%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184938900.490.520.282.5340.0853.53
HexB85D59031341C32836
Octal270135131061643435066
Binary101110001011101101100101100011101001110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D59; }

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

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

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

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

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

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

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

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