#BD754F

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

Shades of Red Damask #BD754F

Tints of Red Damask #BD754F

Color information

#BD754F (or 0xBD754F) is unknown color: approx Red Damask. HEX triplet: BD, 75 and 4F. RGB value is (189,117,79). Sum of RGB (Red+Green+Blue) = 189+117+79=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD754F is #428AB0. Grayscale: #868686. Windows color (decimal): -4360881 or 5207485. OLE color: 5207485.

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

Color convert

RGB18911779-
CMYK00.380.580.26
HSL20.73º45.45%52.55%-
HSV(B)20.73º58.2%74.12%-
XYZ28.7624.1110.53-
YUV134.296.85167.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=49.09%
G=30.39%
B=20.52%

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
Decimal1891177900.380.580.2620.7345.4552.55
HexBD754F0263A1A152d35
Octal2751651170467232255565
Binary101111011110101100111101001101110101101010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD754F; }

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

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

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

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

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

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

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

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