#BC6C4E

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

Shades of Red Damask #BC6C4E

Tints of Red Damask #BC6C4E

Color information

#BC6C4E (or 0xBC6C4E) is unknown color: approx Red Damask. HEX triplet: BC, 6C and 4E. RGB value is (188,108,78). Sum of RGB (Red+Green+Blue) = 188+108+78=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C4E is #4393B1. Grayscale: #808080. Windows color (decimal): -4428722 or 5139644. OLE color: 5139644.

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

Color convert

RGB18810878-
CMYK00.430.590.26
HSL16.36º45.08%52.16%-
HSV(B)16.36º58.51%73.73%-
XYZ27.4821.9710-
YUV128.599.5170.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 108 (42.58% from 255) = 28.88%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=50.27%
G=28.88%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881087800.430.590.2616.3645.0852.16
HexBC6C4E02B3B1A102d34
Octal2741541160537332205564
Binary101111001101100100111001010111110111101010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C4E; }

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

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

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

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

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

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

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

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