#B1504D

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

Shades of Chestnut #B1504D

Tints of Chestnut #B1504D

Color information

#B1504D (or 0xB1504D) is unknown color: approx Chestnut. HEX triplet: B1, 50 and 4D. RGB value is (177,80,77). Sum of RGB (Red+Green+Blue) = 177+80+77=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1504D is #4EAFB2. Grayscale: #6C6C6C. Windows color (decimal): -5156787 or 5066929. OLE color: 5066929.

HSL color Cylindrical-coordinate representation of color #B1504D: hue angle of 1.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1504D is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1778077-
CMYK00.550.560.31
HSL1.8º39.37%49.8%-
HSV(B)1.8º56.5%69.41%-
XYZ22.3415.628.86-
YUV108.66110.14176.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=52.99%
G=23.95%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177807700.550.560.311.839.3749.8
HexB1504D037381F22732
Octal261120115067703724762
Binary101100011010000100110101101111110001111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1504D; }

 p { color: rgb(177,80,77); }

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

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

 a { background-color: rgb(177,80,77); }

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

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

 span { border-color: rgb(177,80,77); }

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