#B14B4A

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

Shades of Chestnut #B14B4A

Tints of Chestnut #B14B4A

Color information

#B14B4A (or 0xB14B4A) is unknown color: approx Chestnut. HEX triplet: B1, 4B and 4A. RGB value is (177,75,74). Sum of RGB (Red+Green+Blue) = 177+75+74=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B4A is #4EB4B5. Grayscale: #696969. Windows color (decimal): -5158070 or 4869041. OLE color: 4869041.

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

Color convert

RGB1777574-
CMYK00.580.580.31
HSL0.58º41.04%49.22%-
HSV(B)0.58º58.19%69.41%-
XYZ21.8814.878.2-
YUV105.38110.29179.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=54.29%
G=23.01%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177757400.580.580.310.5841.0449.22
HexB14B4A03A3A1F12931
Octal261113112072723715161
Binary10110001100101110010100111010111010111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B4A; }

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

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

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

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

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

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

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

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