#B85E5D

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

Shades of Fuzzy Wuzzy Brown #B85E5D

Tints of Fuzzy Wuzzy Brown #B85E5D

Color information

#B85E5D (or 0xB85E5D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 5E and 5D. RGB value is (184,94,93). Sum of RGB (Red+Green+Blue) = 184+94+93=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E5D is #47A1A2. Grayscale: #787878. Windows color (decimal): -4694435 or 6119096. OLE color: 6119096.

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

Color convert

RGB1849493-
CMYK00.490.490.28
HSL0.66º39.06%54.31%-
HSV(B)0.66º49.46%72.16%-
XYZ25.7518.9912.66-
YUV120.8112.32173.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=49.60%
G=25.34%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184949300.490.490.280.6639.0654.31
HexB85E5D031311C12736
Octal270136135061613414766
Binary10111000101111010111010110001110001111001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E5D; }

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

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

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

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

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

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

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

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