#B14A44

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

Shades of Chestnut #B14A44

Tints of Chestnut #B14A44

Color information

#B14A44 (or 0xB14A44) is unknown color: approx Chestnut. HEX triplet: B1, 4A and 44. RGB value is (177,74,68). Sum of RGB (Red+Green+Blue) = 177+74+68=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A44 is #4EB5BB. Grayscale: #686868. Windows color (decimal): -5158332 or 4475569. OLE color: 4475569.

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

Color convert

RGB1777468-
CMYK00.580.620.31
HSL3.3º44.49%48.04%-
HSV(B)3.3º61.58%69.41%-
XYZ21.6214.667.16-
YUV104.11107.62179.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=55.49%
G=23.20%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177746800.580.620.313.344.4948.04
HexB14A4403A3E1F32c30
Octal261112104072763735460
Binary101100011001010100010001110101111101111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A44; }

 p { color: rgb(177,74,68); }

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

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

 a { background-color: rgb(177,74,68); }

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

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

 span { border-color: rgb(177,74,68); }

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