#BC7051

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

Shades of Red Damask #BC7051

Tints of Red Damask #BC7051

Color information

#BC7051 (or 0xBC7051) is unknown color: approx Red Damask. HEX triplet: BC, 70 and 51. RGB value is (188,112,81). Sum of RGB (Red+Green+Blue) = 188+112+81=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7051 is #438FAE. Grayscale: #838383. Windows color (decimal): -4427695 or 5337276. OLE color: 5337276.

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

Color convert

RGB18811281-
CMYK00.400.570.26
HSL17.38º44.4%52.75%-
HSV(B)17.38º56.91%73.73%-
XYZ28.0222.8710.72-
YUV131.1999.68168.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=49.34%
G=29.40%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881128100.400.570.2617.3844.452.75
HexBC7051028391A112c35
Octal2741601210507132215465
Binary101111001110000101000101010001110011101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7051; }

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

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

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

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

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

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

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

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