#B54C46

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

Shades of Chestnut #B54C46

Tints of Chestnut #B54C46

Color information

#B54C46 (or 0xB54C46) is unknown color: approx Chestnut. HEX triplet: B5, 4C and 46. RGB value is (181,76,70). Sum of RGB (Red+Green+Blue) = 181+76+70=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C46 is #4AB3B9. Grayscale: #6A6A6A. Windows color (decimal): -4895674 or 4607157. OLE color: 4607157.

HSL color Cylindrical-coordinate representation of color #B54C46: hue angle of 3.24º 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 #B54C46 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1817670-
CMYK00.580.610.29
HSL3.24º44.22%49.22%-
HSV(B)3.24º61.33%70.98%-
XYZ22.7515.437.57-
YUV106.71107.29180.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=55.35%
G=23.24%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181767000.580.610.293.2444.2249.22
HexB54C4603A3D1D32c31
Octal265114106072753535461
Binary101101011001100100011001110101111011110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C46; }

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

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

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

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

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

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

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

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