#B85754

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

Shades of Fuzzy Wuzzy Brown #B85754

Tints of Fuzzy Wuzzy Brown #B85754

Color information

#B85754 (or 0xB85754) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 57 and 54. RGB value is (184,87,84). Sum of RGB (Red+Green+Blue) = 184+87+84=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B85754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85754 is #47A8AB. Grayscale: #737373. Windows color (decimal): -4696236 or 5527480. OLE color: 5527480.

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

Color convert

RGB1848784-
CMYK00.530.540.28
HSL1.8º41.32%52.55%-
HSV(B)1.8º54.35%72.16%-
XYZ24.7817.6510.49-
YUV115.66110.14176.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=51.83%
G=24.51%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184878400.530.540.281.841.3252.55
HexB85754035361C22935
Octal270127124065663425165
Binary101110001010111101010001101011101101110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85754; }

 p { color: rgb(184,87,84); }

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

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

 a { background-color: rgb(184,87,84); }

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

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

 span { border-color: rgb(184,87,84); }

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