#B85A59

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

Shades of Fuzzy Wuzzy Brown #B85A59

Tints of Fuzzy Wuzzy Brown #B85A59

Color information

#B85A59 (or 0xB85A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5A and 59. RGB value is (184,90,89). Sum of RGB (Red+Green+Blue) = 184+90+89=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A59 is #47A5A6. Grayscale: #767676. Windows color (decimal): -4695463 or 5855928. OLE color: 5855928.

HSL color Cylindrical-coordinate representation of color #B85A59: hue angle of 0.63º 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 #B85A59 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1849089-
CMYK00.510.520.28
HSL0.63º40.08%53.53%-
HSV(B)0.63º51.63%72.16%-
XYZ25.2318.2211.64-
YUV117.99111.64175.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=50.69%
G=24.79%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184908900.510.520.280.6340.0853.53
HexB85A59033341C12836
Octal270132131063643415066
Binary10111000101101010110010110011110100111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A59; }

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

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

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

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

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

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

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

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