#B54D4D

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

Shades of Chestnut #B54D4D

Tints of Chestnut #B54D4D

Color information

#B54D4D (or 0xB54D4D) is unknown color: approx Chestnut. HEX triplet: B5, 4D and 4D. RGB value is (181,77,77). Sum of RGB (Red+Green+Blue) = 181+77+77=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D4D is #4AB2B2. Grayscale: #6C6C6C. Windows color (decimal): -4895411 or 5066165. OLE color: 5066165.

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

Color convert

RGB1817777-
CMYK00.570.570.29
HSL41.27%50.59%-
HSV(B)57.46%70.98%-
XYZ23.0515.678.83-
YUV108.1110.46180-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=54.03%
G=22.99%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181777700.570.570.29041.2750.59
HexB54D4D039391D02933
Octal265115115071713505163
Binary10110101100110110011010111001111001111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D4D; }

 p { color: rgb(181,77,77); }

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

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

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

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

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

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

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