#BD764E

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

Shades of Red Damask #BD764E

Tints of Red Damask #BD764E

Color information

#BD764E (or 0xBD764E) is unknown color: approx Red Damask. HEX triplet: BD, 76 and 4E. RGB value is (189,118,78). Sum of RGB (Red+Green+Blue) = 189+118+78=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD764E is #4289B1. Grayscale: #868686. Windows color (decimal): -4360626 or 5142205. OLE color: 5142205.

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

Color convert

RGB18911878-
CMYK00.380.590.26
HSL21.62º45.68%52.35%-
HSV(B)21.62º58.73%74.12%-
XYZ28.8424.3310.38-
YUV134.6796.02166.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=49.09%
G=30.65%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891187800.380.590.2621.6245.6852.35
HexBD764E0263B1A162e34
Octal2751661160467332265664
Binary101111011110110100111001001101110111101010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD764E; }

 p { color: rgb(189,118,78); }

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

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

 a { background-color: rgb(189,118,78); }

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

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

 span { border-color: rgb(189,118,78); }

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