#BC714C

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

Shades of Red Damask #BC714C

Tints of Red Damask #BC714C

Color information

#BC714C (or 0xBC714C) is unknown color: approx Red Damask. HEX triplet: BC, 71 and 4C. RGB value is (188,113,76). Sum of RGB (Red+Green+Blue) = 188+113+76=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC714C is #438EB3. Grayscale: #838383. Windows color (decimal): -4427444 or 5009852. OLE color: 5009852.

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

Color convert

RGB18811376-
CMYK00.400.600.26
HSL19.82º45.53%51.76%-
HSV(B)19.82º59.57%73.73%-
XYZ27.9523.029.81-
YUV131.2196.85168.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=49.87%
G=29.97%
B=20.16%

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
Decimal1881137600.400.600.2619.8245.5351.76
HexBC714C0283C1A142e34
Octal2741611140507432245664
Binary101111001110001100110001010001111001101010100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC714C; }

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

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

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

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

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

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

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

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