#BD6945

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

Shades of Red Damask #BD6945

Tints of Red Damask #BD6945

Color information

#BD6945 (or 0xBD6945) is unknown color: approx Red Damask. HEX triplet: BD, 69 and 45. RGB value is (189,105,69). Sum of RGB (Red+Green+Blue) = 189+105+69=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6945 is #4296BA. Grayscale: #7E7E7E. Windows color (decimal): -4363963 or 4549053. OLE color: 4549053.

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

Color convert

RGB18910569-
CMYK00.440.630.26
HSL18º47.62%50.59%-
HSV(B)18º63.49%74.12%-
XYZ27.1121.358.32-
YUV126.0195.83172.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=52.07%
G=28.93%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891056900.440.630.261847.6250.59
HexBD694502C3F1A123033
Octal2751511050547732226063
Binary101111011101001100010101011001111111101010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6945; }

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

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

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

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

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

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

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

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