#B1504B

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

Shades of Chestnut #B1504B

Tints of Chestnut #B1504B

Color information

#B1504B (or 0xB1504B) is unknown color: approx Chestnut. HEX triplet: B1, 50 and 4B. RGB value is (177,80,75). Sum of RGB (Red+Green+Blue) = 177+80+75=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1504B is #4EAFB4. Grayscale: #6C6C6C. Windows color (decimal): -5156789 or 4935857. OLE color: 4935857.

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

Color convert

RGB1778075-
CMYK00.550.580.31
HSL2.94º40.48%49.41%-
HSV(B)2.94º57.63%69.41%-
XYZ22.2715.598.49-
YUV108.43109.14176.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=53.31%
G=24.10%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177807500.550.580.312.9440.4849.41
HexB1504B0373A1F32831
Octal261120113067723735061
Binary101100011010000100101101101111110101111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1504B; }

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

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

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

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

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

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

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

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