#B85954

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

Shades of Fuzzy Wuzzy Brown #B85954

Tints of Fuzzy Wuzzy Brown #B85954

Color information

#B85954 (or 0xB85954) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 59 and 54. RGB value is (184,89,84). Sum of RGB (Red+Green+Blue) = 184+89+84=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B85954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85954 is #47A6AB. Grayscale: #747474. Windows color (decimal): -4695724 or 5527992. OLE color: 5527992.

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

Color convert

RGB1848984-
CMYK00.520.540.28
HSL41.32%52.55%-
HSV(B)54.35%72.16%-
XYZ24.9417.9810.54-
YUV116.83109.47175.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=51.54%
G=24.93%
B=23.53%

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
Decimal184898400.520.540.28341.3252.55
HexB85954034361C32935
Octal270131124064663435165
Binary101110001011001101010001101001101101110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85954; }

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

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

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

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

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

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

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

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