#B54E46

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

Shades of Chestnut #B54E46

Tints of Chestnut #B54E46

Color information

#B54E46 (or 0xB54E46) is unknown color: approx Chestnut. HEX triplet: B5, 4E and 46. RGB value is (181,78,70). Sum of RGB (Red+Green+Blue) = 181+78+70=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E46 is #4AB1B9. Grayscale: #6C6C6C. Windows color (decimal): -4895162 or 4607669. OLE color: 4607669.

HSL color Cylindrical-coordinate representation of color #B54E46: hue angle of 4.32º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54E46 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1817870-
CMYK00.570.610.29
HSL4.32º44.22%49.22%-
HSV(B)4.32º61.33%70.98%-
XYZ22.8915.717.62-
YUV107.88106.62180.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=55.02%
G=23.71%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181787000.570.610.294.3244.2249.22
HexB54E460393D1D42c31
Octal265116106071753545461
Binary1011010110011101000110011100111110111101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E46; }

 p { color: rgb(181,78,70); }

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

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

 a { background-color: rgb(181,78,70); }

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

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

 span { border-color: rgb(181,78,70); }

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