#BC6F51

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

Shades of Red Damask #BC6F51

Tints of Red Damask #BC6F51

Color information

#BC6F51 (or 0xBC6F51) is unknown color: approx Red Damask. HEX triplet: BC, 6F and 51. RGB value is (188,111,81). Sum of RGB (Red+Green+Blue) = 188+111+81=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F51 is #4390AE. Grayscale: #828282. Windows color (decimal): -4427951 or 5337020. OLE color: 5337020.

HSL color Cylindrical-coordinate representation of color #BC6F51: hue angle of 16.82º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6F51 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18811181-
CMYK00.410.570.26
HSL16.82º44.4%52.75%-
HSV(B)16.82º56.91%73.73%-
XYZ27.9122.6510.69-
YUV130.6100.01168.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 81 (32.03% from 255) = 21.32%
R=49.47%
G=29.21%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881118100.410.570.2616.8244.452.75
HexBC6F51029391A112c35
Octal2741571210517132215465
Binary101111001101111101000101010011110011101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F51; }

 p { color: rgb(188,111,81); }

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

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

 a { background-color: rgb(188,111,81); }

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

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

 span { border-color: rgb(188,111,81); }

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