#B14645

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

Shades of Chestnut #B14645

Tints of Chestnut #B14645

Color information

#B14645 (or 0xB14645) is unknown color: approx Chestnut. HEX triplet: B1, 46 and 45. RGB value is (177,70,69). Sum of RGB (Red+Green+Blue) = 177+70+69=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14645 is #4EB9BA. Grayscale: #656565. Windows color (decimal): -5159355 or 4540081. OLE color: 4540081.

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

Color convert

RGB1777069-
CMYK00.600.610.31
HSL0.56º43.9%48.24%-
HSV(B)0.56º61.02%69.41%-
XYZ21.414.167.24-
YUV101.88109.45181.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=56.01%
G=22.15%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177706900.600.610.310.5643.948.24
HexB1464503C3D1F12c30
Octal261106105074753715460
Binary10110001100011010001010111100111101111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14645; }

 p { color: rgb(177,70,69); }

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

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

 a { background-color: rgb(177,70,69); }

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

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

 span { border-color: rgb(177,70,69); }

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