#B14545

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

Shades of Chestnut #B14545

Tints of Chestnut #B14545

Color information

#B14545 (or 0xB14545) is unknown color: approx Chestnut. HEX triplet: B1, 45 and 45. RGB value is (177,69,69). Sum of RGB (Red+Green+Blue) = 177+69+69=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B14545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14545 is #4EBABA. Grayscale: #656565. Windows color (decimal): -5159611 or 4539825. OLE color: 4539825.

HSL color Cylindrical-coordinate representation of color #B14545: 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.61%. Process color model (Four color, CMYK) of #B14545 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1776969-
CMYK00.610.610.31
HSL43.9%48.24%-
HSV(B)61.02%69.41%-
XYZ21.3314.037.21-
YUV101.29109.78182-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=56.19%
G=21.90%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177696900.610.610.31043.948.24
HexB1454503D3D1F02c30
Octal261105105075753705460
Binary10110001100010110001010111101111101111110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14545; }

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

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

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

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

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

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

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

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