#BD4645

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

Shades of Chestnut #BD4645

Tints of Chestnut #BD4645

Color information

#BD4645 (or 0xBD4645) is unknown color: approx Chestnut. HEX triplet: BD, 46 and 45. RGB value is (189,70,69). Sum of RGB (Red+Green+Blue) = 189+70+69=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4645 is #42B9BA. Grayscale: #696969. Windows color (decimal): -4372923 or 4540093. OLE color: 4540093.

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

Color convert

RGB1897069-
CMYK00.630.630.26
HSL0.5º47.62%50.59%-
HSV(B)0.5º63.49%74.12%-
XYZ24.2515.637.37-
YUV105.47107.42187.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.62%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=57.62%
G=21.34%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189706900.630.630.260.547.6250.59
HexBD464503F3F1A13033
Octal275106105077773216063
Binary10111101100011010001010111111111111110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4645; }

 p { color: rgb(189,70,69); }

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

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

 a { background-color: rgb(189,70,69); }

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

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

 span { border-color: rgb(189,70,69); }

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