#B85E58

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

Shades of Fuzzy Wuzzy Brown #B85E58

Tints of Fuzzy Wuzzy Brown #B85E58

Color information

#B85E58 (or 0xB85E58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5E and 58. RGB value is (184,94,88). Sum of RGB (Red+Green+Blue) = 184+94+88=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E58 is #47A1A7. Grayscale: #787878. Windows color (decimal): -4694440 or 5791416. OLE color: 5791416.

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

Color convert

RGB1849488-
CMYK00.490.520.28
HSL3.75º40.34%53.33%-
HSV(B)3.75º52.17%72.16%-
XYZ25.5318.911.54-
YUV120.23109.82173.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=50.27%
G=25.68%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184948800.490.520.283.7540.3453.33
HexB85E58031341C42835
Octal270136130061643445065
Binary1011100010111101011000011000111010011100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E58; }

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

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

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

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

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

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

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

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