#bc6e4c

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

Shades of Red Damask #BC6E4C

Tints of Red Damask #BC6E4C

Color information

#BC6E4C (or 0xBC6E4C) is unknown color: approx Red Damask. HEX triplet: BC, 6E and 4C. RGB value is (188,110,76). Sum of RGB (Red+Green+Blue) = 188+110+76=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E4C is #4391B3. Grayscale: #818181. Windows color (decimal): -4428212 or 5009084. OLE color: 5009084.

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

Color convert

RGB18811076-
CMYK00.410.600.26
HSL18.21º45.53%51.76%-
HSV(B)18.21º59.57%73.73%-
XYZ27.6222.379.7-
YUV129.4597.84169.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=50.27%
G=29.41%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881107600.410.600.2618.2145.5351.76
HexBC6E4C0293C1A122e34
Octal2741561140517432225664
Binary101111001101110100110001010011111001101010010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6e4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6e4c; }

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

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

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

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

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

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

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

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