#BD744C

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

Shades of Red Damask #BD744C

Tints of Red Damask #BD744C

Color information

#BD744C (or 0xBD744C) is unknown color: approx Red Damask. HEX triplet: BD, 74 and 4C. RGB value is (189,116,76). Sum of RGB (Red+Green+Blue) = 189+116+76=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD744C is #428BB3. Grayscale: #858585. Windows color (decimal): -4361140 or 5010621. OLE color: 5010621.

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

Color convert

RGB18911676-
CMYK00.390.600.26
HSL21.24º46.12%51.96%-
HSV(B)21.24º59.79%74.12%-
XYZ28.5423.839.93-
YUV133.2795.68167.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=49.61%
G=30.45%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891167600.390.600.2621.2446.1251.96
HexBD744C0273C1A152e34
Octal2751641140477432255664
Binary101111011110100100110001001111111001101010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD744C; }

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

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

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

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

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

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

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

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