#B8504F

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

Shades of Chestnut #B8504F

Tints of Chestnut #B8504F

Color information

#B8504F (or 0xB8504F) is unknown color: approx Chestnut. HEX triplet: B8, 50 and 4F. RGB value is (184,80,79). Sum of RGB (Red+Green+Blue) = 184+80+79=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8504F is #47AFB0. Grayscale: #6F6F6F. Windows color (decimal): -4698033 or 5198008. OLE color: 5198008.

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

Color convert

RGB1848079-
CMYK00.570.570.28
HSL0.57º42.51%51.57%-
HSV(B)0.57º57.07%72.16%-
XYZ24.0516.499.31-
YUV110.98109.96180.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.64%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=53.64%
G=23.32%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184807900.570.570.280.5742.5151.57
HexB8504F039391C12b34
Octal270120117071713415364
Binary10111000101000010011110111001111001111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8504F; }

 p { color: rgb(184,80,79); }

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

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

 a { background-color: rgb(184,80,79); }

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

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

 span { border-color: rgb(184,80,79); }

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