#B54E3F

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

Shades of Chestnut #B54E3F

Tints of Chestnut #B54E3F

Color information

#B54E3F (or 0xB54E3F) is unknown color: approx Chestnut. HEX triplet: B5, 4E and 3F. RGB value is (181,78,63). Sum of RGB (Red+Green+Blue) = 181+78+63=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E3F is #4AB1C0. Grayscale: #6B6B6B. Windows color (decimal): -4895169 or 4148917. OLE color: 4148917.

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

Color convert

RGB1817863-
CMYK00.570.650.29
HSL7.63º48.36%47.84%-
HSV(B)7.63º65.19%70.98%-
XYZ22.6815.636.52-
YUV107.09103.12180.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 63 (25% from 255) = 19.57%
R=56.21%
G=24.22%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181786300.570.650.297.6348.3647.84
HexB54E3F039411D83030
Octal2651167707110135106060
Binary10110101100111011111101110011000001111011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E3F; }

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

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

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

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

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

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

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

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