#BD4B48

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

Shades of Chestnut #BD4B48

Tints of Chestnut #BD4B48

Color information

#BD4B48 (or 0xBD4B48) is unknown color: approx Chestnut. HEX triplet: BD, 4B and 48. RGB value is (189,75,72). Sum of RGB (Red+Green+Blue) = 189+75+72=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B48 is #42B4B7. Grayscale: #6C6C6C. Windows color (decimal): -4371640 or 4737981. OLE color: 4737981.

HSL color Cylindrical-coordinate representation of color #BD4B48: hue angle of 1.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4B48 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1897572-
CMYK00.600.620.26
HSL1.54º46.99%51.18%-
HSV(B)1.54º61.9%74.12%-
XYZ24.6716.327.98-
YUV108.74107.27185.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=56.25%
G=22.32%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189757200.600.620.261.5446.9951.18
HexBD4B4803C3E1A22f33
Octal275113110074763225763
Binary101111011001011100100001111001111101101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B48; }

 p { color: rgb(189,75,72); }

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

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

 a { background-color: rgb(189,75,72); }

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

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

 span { border-color: rgb(189,75,72); }

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