#BC714A

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

Shades of Red Damask #BC714A

Tints of Red Damask #BC714A

Color information

#BC714A (or 0xBC714A) is unknown color: approx Red Damask. HEX triplet: BC, 71 and 4A. RGB value is (188,113,74). Sum of RGB (Red+Green+Blue) = 188+113+74=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC714A is #438EB5. Grayscale: #838383. Windows color (decimal): -4427446 or 4878780. OLE color: 4878780.

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

Color convert

RGB18811374-
CMYK00.400.610.26
HSL20.53º45.97%51.37%-
HSV(B)20.53º60.64%73.73%-
XYZ27.88239.45-
YUV130.9895.85168.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=50.13%
G=30.13%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881137400.400.610.2620.5345.9751.37
HexBC714A0283D1A152e33
Octal2741611120507532255663
Binary101111001110001100101001010001111011101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC714A; }

 p { color: rgb(188,113,74); }

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

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

 a { background-color: rgb(188,113,74); }

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

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

 span { border-color: rgb(188,113,74); }

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