Html Css Color HEX #BC6A8C Tapestry

📋 copy color: '#BC6A8C'

red 188 ◦ green 106 ◦ blue 140

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

Shades of Tapestry #BC6A8C

Tints of Tapestry #BC6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 43.32%
G = 24.42%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC6A8C (or 0xBC6A8C) is known color: Tapestry. HEX triplet: BC, 6A and 8C. RGB value is (188,106,140). Sum of RGB (Red+Green+Blue) = 188+106+140=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A8C is #439573. Grayscale: #868686. Windows color (decimal): -4429172 or 9202364. OLE color: 9202364.

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

Color convert

RGB 188 106 140 -
CMYK 0 0.44 0.26 0.26
HSL 335.12º 0.38% 0.58% -
HSV(B) 335.12º 0.44% 0.74% -
XYZ 30.63 22.89 27.62 -
YUV 134.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 188 106 140 0 0.44 0.26 0.26 335.12 0.38 0.58
Hex BC 6A 8C 0 2C 1A 1A 14F 26 3A
Octal 274 152 214 0 54 32 32 517 46 72
Binary 10111100 1101010 10001100 0 101100 11010 11010 101001111 100110 111010

Color Harmonies of #BC6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A8C

Black with #BC6A8C

Text Example


Text Example

White with #BC6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A8C; }

 p { color: rgb(188,106,140); }

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

background-color css

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

 a { background-color: rgb(188,106,140); }

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

border-color css

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

 span { border-color: rgb(188,106,140); }

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