#BD4F46

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

Shades of Chestnut #BD4F46

Tints of Chestnut #BD4F46

Color information

#BD4F46 (or 0xBD4F46) is unknown color: approx Chestnut. HEX triplet: BD, 4F and 46. RGB value is (189,79,70). Sum of RGB (Red+Green+Blue) = 189+79+70=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4F46 is #42B0B9. Grayscale: #6F6F6F. Windows color (decimal): -4370618 or 4607933. OLE color: 4607933.

HSL color Cylindrical-coordinate representation of color #BD4F46: hue angle of 4.54º degrees, saturation: 0.47, 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 #BD4F46 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1897970-
CMYK00.580.630.26
HSL4.54º47.41%50.78%-
HSV(B)4.54º62.96%74.12%-
XYZ24.8916.857.74-
YUV110.86104.94183.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=55.92%
G=23.37%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189797000.580.630.264.5447.4150.78
HexBD4F4603A3F1A52f33
Octal275117106072773255763
Binary1011110110011111000110011101011111111010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F46; }

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

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

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

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

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

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

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

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