#B85854

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

Shades of Fuzzy Wuzzy Brown #B85854

Tints of Fuzzy Wuzzy Brown #B85854

Color information

#B85854 (or 0xB85854) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 58 and 54. RGB value is (184,88,84). Sum of RGB (Red+Green+Blue) = 184+88+84=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B85854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85854 is #47A7AB. Grayscale: #747474. Windows color (decimal): -4695980 or 5527736. OLE color: 5527736.

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

Color convert

RGB1848884-
CMYK00.520.540.28
HSL2.4º41.32%52.55%-
HSV(B)2.4º54.35%72.16%-
XYZ24.8617.8110.52-
YUV116.25109.8176.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=51.69%
G=24.72%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184888400.520.540.282.441.3252.55
HexB85854034361C22935
Octal270130124064663425165
Binary101110001011000101010001101001101101110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85854; }

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

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

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

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

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

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

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

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