#BD6A48

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

Shades of Red Damask #BD6A48

Tints of Red Damask #BD6A48

Color information

#BD6A48 (or 0xBD6A48) is unknown color: approx Red Damask. HEX triplet: BD, 6A and 48. RGB value is (189,106,72). Sum of RGB (Red+Green+Blue) = 189+106+72=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A48 is #4295B7. Grayscale: #7F7F7F. Windows color (decimal): -4363704 or 4745917. OLE color: 4745917.

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

Color convert

RGB18910672-
CMYK00.440.620.26
HSL17.44º46.99%51.18%-
HSV(B)17.44º61.9%74.12%-
XYZ27.3121.598.86-
YUV126.9497172.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=51.50%
G=28.88%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891067200.440.620.2617.4446.9951.18
HexBD6A4802C3E1A112f33
Octal2751521100547632215763
Binary101111011101010100100001011001111101101010001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A48; }

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

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

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

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

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

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

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

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