#BC704C

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

Shades of Red Damask #BC704C

Tints of Red Damask #BC704C

Color information

#BC704C (or 0xBC704C) is unknown color: approx Red Damask. HEX triplet: BC, 70 and 4C. RGB value is (188,112,76). Sum of RGB (Red+Green+Blue) = 188+112+76=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC704C is #438FB3. Grayscale: #828282. Windows color (decimal): -4427700 or 5009596. OLE color: 5009596.

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

Color convert

RGB18811276-
CMYK00.400.600.26
HSL19.29º45.53%51.76%-
HSV(B)19.29º59.57%73.73%-
XYZ27.8422.89.77-
YUV130.6297.18168.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 76 (30.08% from 255) = 20.21%
R=50%
G=29.79%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881127600.400.600.2619.2945.5351.76
HexBC704C0283C1A132e34
Octal2741601140507432235664
Binary101111001110000100110001010001111001101010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC704C; }

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

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

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

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

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

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

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

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