#B54F42

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

Shades of Chestnut #B54F42

Tints of Chestnut #B54F42

Color information

#B54F42 (or 0xB54F42) is unknown color: approx Chestnut. HEX triplet: B5, 4F and 42. RGB value is (181,79,66). Sum of RGB (Red+Green+Blue) = 181+79+66=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54F42 is #4AB0BD. Grayscale: #6C6C6C. Windows color (decimal): -4894910 or 4345781. OLE color: 4345781.

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

Color convert

RGB1817966-
CMYK00.560.640.29
HSL6.78º46.56%48.43%-
HSV(B)6.78º63.54%70.98%-
XYZ22.8415.817-
YUV108.02104.29180.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=55.52%
G=24.23%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181796600.560.640.296.7846.5648.43
HexB54F42038401D72f30
Octal2651171020701003575760
Binary10110101100111110000100111000100000011101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F42; }

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

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

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

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

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

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

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

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