#BC7953

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

Shades of Red Damask #BC7953

Tints of Red Damask #BC7953

Color information

#BC7953 (or 0xBC7953) is unknown color: approx Red Damask. HEX triplet: BC, 79 and 53. RGB value is (188,121,83). Sum of RGB (Red+Green+Blue) = 188+121+83=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7953 is #4386AC. Grayscale: #888888. Windows color (decimal): -4425389 or 5470652. OLE color: 5470652.

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

Color convert

RGB18812183-
CMYK00.360.560.26
HSL21.71º43.93%53.14%-
HSV(B)21.71º55.85%73.73%-
XYZ29.1424.9911.47-
YUV136.797.7164.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=47.96%
G=30.87%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881218300.360.560.2621.7143.9353.14
HexBC7953024381A162c35
Octal2741711230447032265465
Binary101111001111001101001101001001110001101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7953; }

 p { color: rgb(188,121,83); }

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

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

 a { background-color: rgb(188,121,83); }

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

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

 span { border-color: rgb(188,121,83); }

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