#BC6D4B

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

Shades of Red Damask #BC6D4B

Tints of Red Damask #BC6D4B

Color information

#BC6D4B (or 0xBC6D4B) is unknown color: approx Red Damask. HEX triplet: BC, 6D and 4B. RGB value is (188,109,75). Sum of RGB (Red+Green+Blue) = 188+109+75=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D4B is #4392B4. Grayscale: #808080. Windows color (decimal): -4428469 or 4943292. OLE color: 4943292.

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

Color convert

RGB18810975-
CMYK00.420.600.26
HSL18.05º45.75%51.57%-
HSV(B)18.05º60.11%73.73%-
XYZ27.4822.149.48-
YUV128.7497.67170.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=50.54%
G=29.30%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881097500.420.600.2618.0545.7551.57
HexBC6D4B02A3C1A122e34
Octal2741551130527432225664
Binary101111001101101100101101010101111001101010010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D4B; }

 p { color: rgb(188,109,75); }

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

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

 a { background-color: rgb(188,109,75); }

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

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

 span { border-color: rgb(188,109,75); }

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