#B85A55

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

Shades of Fuzzy Wuzzy Brown #B85A55

Tints of Fuzzy Wuzzy Brown #B85A55

Color information

#B85A55 (or 0xB85A55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5A and 55. RGB value is (184,90,85). Sum of RGB (Red+Green+Blue) = 184+90+85=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A55 is #47A5AA. Grayscale: #757575. Windows color (decimal): -4695467 or 5593784. OLE color: 5593784.

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

Color convert

RGB1849085-
CMYK00.510.540.28
HSL3.03º41.08%52.75%-
HSV(B)3.03º53.8%72.16%-
XYZ25.0618.1610.78-
YUV117.54109.64175.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=51.25%
G=25.07%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184908500.510.540.283.0341.0852.75
HexB85A55033361C32935
Octal270132125063663435165
Binary101110001011010101010101100111101101110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A55; }

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

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

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

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

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

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

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

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