#B54B42

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

Shades of Chestnut #B54B42

Tints of Chestnut #B54B42

Color information

#B54B42 (or 0xB54B42) is unknown color: approx Chestnut. HEX triplet: B5, 4B and 42. RGB value is (181,75,66). Sum of RGB (Red+Green+Blue) = 181+75+66=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B42 is #4AB4BD. Grayscale: #696969. Windows color (decimal): -4895934 or 4344757. OLE color: 4344757.

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

Color convert

RGB1817566-
CMYK00.590.640.29
HSL4.7º46.56%48.43%-
HSV(B)4.7º63.54%70.98%-
XYZ22.5615.256.91-
YUV105.67105.62181.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=56.21%
G=23.29%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181756600.590.640.294.746.5648.43
HexB54B4203B401D52f30
Octal2651131020731003555760
Binary10110101100101110000100111011100000011101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B42; }

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

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

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

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

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

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

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

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