#BC6F48

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

Shades of Red Damask #BC6F48

Tints of Red Damask #BC6F48

Color information

#BC6F48 (or 0xBC6F48) is unknown color: approx Red Damask. HEX triplet: BC, 6F and 48. RGB value is (188,111,72). Sum of RGB (Red+Green+Blue) = 188+111+72=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F48 is #4390B7. Grayscale: #818181. Windows color (decimal): -4427960 or 4747196. OLE color: 4747196.

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

Color convert

RGB18811172-
CMYK00.410.620.26
HSL20.17º46.4%50.98%-
HSV(B)20.17º61.7%73.73%-
XYZ27.5922.539.02-
YUV129.5895.51169.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=50.67%
G=29.92%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881117200.410.620.2620.1746.450.98
HexBC6F480293E1A142e33
Octal2741571100517632245663
Binary101111001101111100100001010011111101101010100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F48; }

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

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

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

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

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

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

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

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