#B14846

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

Shades of Chestnut #B14846

Tints of Chestnut #B14846

Color information

#B14846 (or 0xB14846) is unknown color: approx Chestnut. HEX triplet: B1, 48 and 46. RGB value is (177,72,70). Sum of RGB (Red+Green+Blue) = 177+72+70=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B14846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14846 is #4EB7B9. Grayscale: #676767. Windows color (decimal): -5158842 or 4606129. OLE color: 4606129.

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

Color convert

RGB1777270-
CMYK00.590.600.31
HSL1.12º43.32%48.43%-
HSV(B)1.12º60.45%69.41%-
XYZ21.5514.427.44-
YUV103.17109.29180.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=55.49%
G=22.57%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177727000.590.600.311.1243.3248.43
HexB1484603B3C1F12b30
Octal261110106073743715360
Binary10110001100100010001100111011111100111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14846; }

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

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

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

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

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

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

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

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