#B85653

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

Shades of Fuzzy Wuzzy Brown #B85653

Tints of Fuzzy Wuzzy Brown #B85653

Color information

#B85653 (or 0xB85653) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 56 and 53. RGB value is (184,86,83). Sum of RGB (Red+Green+Blue) = 184+86+83=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B85653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85653 is #47A9AC. Grayscale: #737373. Windows color (decimal): -4696493 or 5461688. OLE color: 5461688.

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

Color convert

RGB1848683-
CMYK00.530.550.28
HSL1.78º41.56%52.35%-
HSV(B)1.78º54.89%72.16%-
XYZ24.6617.4710.26-
YUV114.96109.97177.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=52.12%
G=24.36%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184868300.530.550.281.7841.5652.35
HexB85653035371C22a34
Octal270126123065673425264
Binary101110001010110101001101101011101111110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85653; }

 p { color: rgb(184,86,83); }

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

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

 a { background-color: rgb(184,86,83); }

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

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

 span { border-color: rgb(184,86,83); }

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