#BD6E4C

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

Shades of Red Damask #BD6E4C

Tints of Red Damask #BD6E4C

Color information

#BD6E4C (or 0xBD6E4C) is unknown color: approx Red Damask. HEX triplet: BD, 6E and 4C. RGB value is (189,110,76). Sum of RGB (Red+Green+Blue) = 189+110+76=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E4C is #4291B3. Grayscale: #818181. Windows color (decimal): -4362676 or 5009085. OLE color: 5009085.

HSL color Cylindrical-coordinate representation of color #BD6E4C: hue angle of 18.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD6E4C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18911076-
CMYK00.420.600.26
HSL18.05º46.12%51.96%-
HSV(B)18.05º59.79%74.12%-
XYZ27.8722.499.71-
YUV129.7497.67170.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 76 (30.08% from 255) = 20.27%
R=50.4%
G=29.33%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891107600.420.600.2618.0546.1251.96
HexBD6E4C02A3C1A122e34
Octal2751561140527432225664
Binary101111011101110100110001010101111001101010010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E4C; }

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

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

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

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

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

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

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

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