#BD6E49

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

Shades of Red Damask #BD6E49

Tints of Red Damask #BD6E49

Color information

#BD6E49 (or 0xBD6E49) is unknown color: approx Red Damask. HEX triplet: BD, 6E and 49. RGB value is (189,110,73). Sum of RGB (Red+Green+Blue) = 189+110+73=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E49 is #4291B6. Grayscale: #818181. Windows color (decimal): -4362679 or 4812477. OLE color: 4812477.

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

Color convert

RGB18911073-
CMYK00.420.610.26
HSL19.14º46.77%51.37%-
HSV(B)19.14º61.38%74.12%-
XYZ27.7622.459.17-
YUV129.496.17170.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=50.81%
G=29.57%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891107300.420.610.2619.1446.7751.37
HexBD6E4902A3D1A132f33
Octal2751561110527532235763
Binary101111011101110100100101010101111011101010011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E49; }

 p { color: rgb(189,110,73); }

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

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

 a { background-color: rgb(189,110,73); }

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

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

 span { border-color: rgb(189,110,73); }

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