#BD704F

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

Shades of Red Damask #BD704F

Tints of Red Damask #BD704F

Color information

#BD704F (or 0xBD704F) is unknown color: approx Red Damask. HEX triplet: BD, 70 and 4F. RGB value is (189,112,79). Sum of RGB (Red+Green+Blue) = 189+112+79=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD704F is #428FB0. Grayscale: #838383. Windows color (decimal): -4362161 or 5206205. OLE color: 5206205.

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

Color convert

RGB18911279-
CMYK00.410.580.26
HSL18º45.45%52.55%-
HSV(B)18º58.2%74.12%-
XYZ28.1922.9710.35-
YUV131.2698.51169.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=49.74%
G=29.47%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891127900.410.580.261845.4552.55
HexBD704F0293A1A122d35
Octal2751601170517232225565
Binary101111011110000100111101010011110101101010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD704F; }

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

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

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

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

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

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

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

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