#B14444

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

Shades of Chestnut #B14444

Tints of Chestnut #B14444

Color information

#B14444 (or 0xB14444) is unknown color: approx Chestnut. HEX triplet: B1, 44 and 44. RGB value is (177,68,68). Sum of RGB (Red+Green+Blue) = 177+68+68=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B14444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14444 is #4EBBBB. Grayscale: #646464. Windows color (decimal): -5159868 or 4474033. OLE color: 4474033.

HSL color Cylindrical-coordinate representation of color #B14444: hue angle of 0º 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 #B14444 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1776868-
CMYK00.620.620.31
HSL44.49%48.04%-
HSV(B)61.58%69.41%-
XYZ21.2413.97.03-
YUV100.59109.61182.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=56.55%
G=21.73%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177686800.620.620.31044.4948.04
HexB1444403E3E1F02c30
Octal261104104076763705460
Binary10110001100010010001000111110111110111110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14444; }

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

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

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

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

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

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

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

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