#B9524F

Color #B9524F Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B9524F

Tints of Chestnut #B9524F

Color information

#B9524F (or 0xB9524F) is unknown color: approx Chestnut. HEX triplet: B9, 52 and 4F. RGB value is (185,82,79). Sum of RGB (Red+Green+Blue) = 185+82+79=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9524F is #46ADB0. Grayscale: #707070. Windows color (decimal): -4631985 or 5198521. OLE color: 5198521.

HSL color Cylindrical-coordinate representation of color #B9524F: hue angle of 1.7º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9524F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1858279-
CMYK00.560.570.27
HSL1.7º43.09%51.76%-
HSV(B)1.7º57.3%72.55%-
XYZ24.4416.919.37-
YUV112.46109.12179.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=53.47%
G=23.70%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185827900.560.570.271.743.0951.76
HexB9524F038391B22b34
Octal271122117070713325364
Binary101110011010010100111101110001110011101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9524F; }

 p { color: rgb(185,82,79); }

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

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

 a { background-color: rgb(185,82,79); }

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

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

 span { border-color: rgb(185,82,79); }

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