#BC704F

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

Shades of Red Damask #BC704F

Tints of Red Damask #BC704F

Color information

#BC704F (or 0xBC704F) is unknown color: approx Red Damask. HEX triplet: BC, 70 and 4F. RGB value is (188,112,79). Sum of RGB (Red+Green+Blue) = 188+112+79=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC704F is #438FB0. Grayscale: #838383. Windows color (decimal): -4427697 or 5206204. OLE color: 5206204.

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

Color convert

RGB18811279-
CMYK00.400.580.26
HSL18.17º44.86%52.35%-
HSV(B)18.17º57.98%73.73%-
XYZ27.9422.8410.33-
YUV130.9698.68168.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=49.60%
G=29.55%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881127900.400.580.2618.1744.8652.35
HexBC704F0283A1A122d34
Octal2741601170507232225564
Binary101111001110000100111101010001110101101010010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC704F; }

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

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

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

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

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

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

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

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