#B85B58

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

Shades of Fuzzy Wuzzy Brown #B85B58

Tints of Fuzzy Wuzzy Brown #B85B58

Color information

#B85B58 (or 0xB85B58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5B and 58. RGB value is (184,91,88). Sum of RGB (Red+Green+Blue) = 184+91+88=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B58 is #47A4A7. Grayscale: #767676. Windows color (decimal): -4695208 or 5790648. OLE color: 5790648.

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

Color convert

RGB1849188-
CMYK00.510.520.28
HSL1.88º40.34%53.33%-
HSV(B)1.88º52.17%72.16%-
XYZ25.2718.3811.45-
YUV118.46110.81174.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=50.69%
G=25.07%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184918800.510.520.281.8840.3453.33
HexB85B58033341C22835
Octal270133130063643425065
Binary101110001011011101100001100111101001110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B58; }

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

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

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

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

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

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

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

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