#B85453

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

Shades of Fuzzy Wuzzy Brown #B85453

Tints of Fuzzy Wuzzy Brown #B85453

Color information

#B85453 (or 0xB85453) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B8, 54 and 53. RGB value is (184,84,83). Sum of RGB (Red+Green+Blue) = 184+84+83=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B85453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85453 is #47ABAC. Grayscale: #717171. Windows color (decimal): -4697005 or 5461176. OLE color: 5461176.

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

Color convert

RGB1848483-
CMYK00.540.550.28
HSL0.59º41.56%52.35%-
HSV(B)0.59º54.89%72.16%-
XYZ24.517.1610.2-
YUV113.79110.63178.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=52.42%
G=23.93%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184848300.540.550.280.5941.5652.35
HexB85453036371C12a34
Octal270124123066673415264
Binary10111000101010010100110110110110111111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85453; }

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

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

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

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

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

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

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

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