#BD764F

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

Shades of Red Damask #BD764F

Tints of Red Damask #BD764F

Color information

#BD764F (or 0xBD764F) is unknown color: approx Red Damask. HEX triplet: BD, 76 and 4F. RGB value is (189,118,79). Sum of RGB (Red+Green+Blue) = 189+118+79=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD764F is #4289B0. Grayscale: #878787. Windows color (decimal): -4360625 or 5207741. OLE color: 5207741.

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

Color convert

RGB18911879-
CMYK00.380.580.26
HSL21.27º45.45%52.55%-
HSV(B)21.27º58.2%74.12%-
XYZ28.8824.3410.57-
YUV134.7896.52166.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 79 (31.25% from 255) = 20.47%
R=48.96%
G=30.57%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891187900.380.580.2621.2745.4552.55
HexBD764F0263A1A152d35
Octal2751661170467232255565
Binary101111011110110100111101001101110101101010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD764F; }

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

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

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

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

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

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

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

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