#B14B3F

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

Shades of Chestnut #B14B3F

Tints of Chestnut #B14B3F

Color information

#B14B3F (or 0xB14B3F) is unknown color: approx Chestnut. HEX triplet: B1, 4B and 3F. RGB value is (177,75,63). Sum of RGB (Red+Green+Blue) = 177+75+63=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B3F is #4EB4C0. Grayscale: #686868. Windows color (decimal): -5158081 or 4148145. OLE color: 4148145.

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

Color convert

RGB1777563-
CMYK00.580.640.31
HSL6.32º47.5%47.06%-
HSV(B)6.32º64.41%69.41%-
XYZ21.5414.746.41-
YUV104.13104.79179.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 63 (25% from 255) = 20%
R=56.19%
G=23.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177756300.580.640.316.3247.547.06
HexB14B3F03A401F6302f
Octal261113770721003766057
Binary1011000110010111111110111010100000011111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B3F; }

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

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

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

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

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

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

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

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