#B54B44

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

Shades of Chestnut #B54B44

Tints of Chestnut #B54B44

Color information

#B54B44 (or 0xB54B44) is unknown color: approx Chestnut. HEX triplet: B5, 4B and 44. RGB value is (181,75,68). Sum of RGB (Red+Green+Blue) = 181+75+68=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B44 is #4AB4BB. Grayscale: #6A6A6A. Windows color (decimal): -4895932 or 4475829. OLE color: 4475829.

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

Color convert

RGB1817568-
CMYK00.590.620.29
HSL3.72º45.38%48.82%-
HSV(B)3.72º62.43%70.98%-
XYZ22.6215.277.22-
YUV105.9106.62181.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=55.86%
G=23.15%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181756800.590.620.293.7245.3848.82
HexB54B4403B3E1D42d31
Octal265113104073763545561
Binary1011010110010111000100011101111111011101100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B44; }

 p { color: rgb(181,75,68); }

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

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

 a { background-color: rgb(181,75,68); }

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

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

 span { border-color: rgb(181,75,68); }

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