Html Css Color HEX #BC7C8A Tapestry

📋 copy color: '#BC7C8A'

red 188 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #BC7C8A

Tints of Tapestry #BC7C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 41.78%
G = 27.56%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC7C8A (or 0xBC7C8A) is known color: Tapestry. HEX triplet: BC, 7C and 8A. RGB value is (188,124,138). Sum of RGB (Red+Green+Blue) = 188+124+138=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C8A is #438375. Grayscale: #909090. Windows color (decimal): -4424566 or 9075900. OLE color: 9075900.

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

Color convert

RGB 188 124 138 -
CMYK 0 0.34 0.27 0.26
HSL 346.88º 0.32% 0.61% -
HSV(B) 346.88º 0.34% 0.74% -
XYZ 32.53 26.94 27.53 -
YUV 144.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 188 124 138 0 0.34 0.27 0.26 346.88 0.32 0.61
Hex BC 7C 8A 0 22 1B 1A 15B 20 3D
Octal 274 174 212 0 42 33 32 533 40 75
Binary 10111100 1111100 10001010 0 100010 11011 11010 101011011 100000 111101

Color Harmonies of #BC7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C8A

Black with #BC7C8A

Text Example


Text Example

White with #BC7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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