#BC7351

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

Shades of Red Damask #BC7351

Tints of Red Damask #BC7351

Color information

#BC7351 (or 0xBC7351) is unknown color: approx Red Damask. HEX triplet: BC, 73 and 51. RGB value is (188,115,81). Sum of RGB (Red+Green+Blue) = 188+115+81=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7351 is #438CAE. Grayscale: #858585. Windows color (decimal): -4426927 or 5338044. OLE color: 5338044.

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

Color convert

RGB18811581-
CMYK00.390.570.26
HSL19.07º44.4%52.75%-
HSV(B)19.07º56.91%73.73%-
XYZ28.3523.5510.84-
YUV132.9598.68167.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=48.96%
G=29.95%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881158100.390.570.2619.0744.452.75
HexBC7351027391A132c35
Octal2741631210477132235465
Binary101111001110011101000101001111110011101010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7351; }

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

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

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

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

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

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

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

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