#BC724E

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

Shades of Red Damask #BC724E

Tints of Red Damask #BC724E

Color information

#BC724E (or 0xBC724E) is unknown color: approx Red Damask. HEX triplet: BC, 72 and 4E. RGB value is (188,114,78). Sum of RGB (Red+Green+Blue) = 188+114+78=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC724E is #438DB1. Grayscale: #848484. Windows color (decimal): -4427186 or 5141180. OLE color: 5141180.

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

Color convert

RGB18811478-
CMYK00.390.590.26
HSL19.64º45.08%52.16%-
HSV(B)19.64º58.51%73.73%-
XYZ28.1323.2810.22-
YUV132.0297.52167.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=49.47%
G=30%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881147800.390.590.2619.6445.0852.16
HexBC724E0273B1A142d34
Octal2741621160477332245564
Binary101111001110010100111001001111110111101010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC724E; }

 p { color: rgb(188,114,78); }

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

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

 a { background-color: rgb(188,114,78); }

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

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

 span { border-color: rgb(188,114,78); }

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