#BD704C

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

Shades of Red Damask #BD704C

Tints of Red Damask #BD704C

Color information

#BD704C (or 0xBD704C) is unknown color: approx Red Damask. HEX triplet: BD, 70 and 4C. RGB value is (189,112,76). Sum of RGB (Red+Green+Blue) = 189+112+76=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD704C is #428FB3. Grayscale: #838383. Windows color (decimal): -4362164 or 5009597. OLE color: 5009597.

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

Color convert

RGB18911276-
CMYK00.410.600.26
HSL19.12º46.12%51.96%-
HSV(B)19.12º59.79%74.12%-
XYZ28.0822.939.78-
YUV130.9297.01169.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=50.13%
G=29.71%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891127600.410.600.2619.1246.1251.96
HexBD704C0293C1A132e34
Octal2751601140517432235664
Binary101111011110000100110001010011111001101010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD704C; }

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

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

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

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

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

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

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

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