#BC7992

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

Shades of Tapestry #BC7992

Tints of Tapestry #BC7992

Color information

#BC7992 (or 0xBC7992) is unknown color: approx Tapestry. HEX triplet: BC, 79 and 92. RGB value is (188,121,146). Sum of RGB (Red+Green+Blue) = 188+121+146=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7992 is #43866D. Grayscale: #8F8F8F. Windows color (decimal): -4425326 or 9599420. OLE color: 9599420.

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

Color convert

RGB188121146-
CMYK00.360.220.26
HSL337.61º33.33%60.59%-
HSV(B)337.61º35.64%73.73%-
XYZ32.7626.4430.57-
YUV143.88129.2159.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=41.32%
G=26.59%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812114600.360.220.26337.6133.3360.59
HexBC7992024161A152213d
Octal27417122204426325224175
Binary1011110011110011001001001001001011011010101010010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7992; }

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

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

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

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

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

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

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

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