Html Css Color HEX #BC7C92 Tapestry

📋 copy color: '#BC7C92'

red 188 ◦ green 124 ◦ blue 146

#BC7C92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BC7C92

Tints of Tapestry #BC7C92

RGB

 RED value IS 188 (73.83% from 255) = 41.05%

 GREEN value IS 124 (48.83% from 255) = 27.07%

 BLUE value IS 146 (57.42% from 255) = 31.88%

R = 41.05%
G = 27.07%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC7C92 (or 0xBC7C92) is known color: Tapestry. HEX triplet: BC, 7C and 92. RGB value is (188,124,146). Sum of RGB (Red+Green+Blue) = 188+124+146=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C92 is #43836D. Grayscale: #919191. Windows color (decimal): -4424558 or 9600188. OLE color: 9600188.

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

Color convert

RGB 188 124 146 -
CMYK 0 0.34 0.22 0.26
HSL 339.38º 0.32% 0.61% -
HSV(B) 339.38º 0.34% 0.74% -
XYZ 33.14 27.18 30.69 -
YUV 145.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 188 124 146 0 0.34 0.22 0.26 339.38 0.32 0.61
Hex BC 7C 92 0 22 16 1A 153 20 3D
Octal 274 174 222 0 42 26 32 523 40 75
Binary 10111100 1111100 10010010 0 100010 10110 11010 101010011 100000 111101

Color Harmonies of #BC7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C92

Black with #BC7C92

Text Example


Text Example

White with #BC7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C92; }

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

 H1.HeaderClassName
 {
   color: #BC7C92;
 }
 .AnyTagClassName
 {
   color: #BC7C92;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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