Html Css Color HEX #BC668C Tapestry

📋 copy color: '#BC668C'

red 188 ◦ green 102 ◦ blue 140

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

Shades of Tapestry #BC668C

Tints of Tapestry #BC668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.72%

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

R = 43.72%
G = 23.72%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC668C (or 0xBC668C) is known color: Tapestry. HEX triplet: BC, 66 and 8C. RGB value is (188,102,140). Sum of RGB (Red+Green+Blue) = 188+102+140=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668C is #439973. Grayscale: #838383. Windows color (decimal): -4430196 or 9201340. OLE color: 9201340.

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

Color convert

RGB 188 102 140 -
CMYK 0 0.46 0.26 0.26
HSL 333.49º 0.39% 0.57% -
HSV(B) 333.49º 0.46% 0.74% -
XYZ 30.22 22.09 27.48 -
YUV 132.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 188 102 140 0 0.46 0.26 0.26 333.49 0.39 0.57
Hex BC 66 8C 0 2E 1A 1A 14D 27 39
Octal 274 146 214 0 56 32 32 515 47 71
Binary 10111100 1100110 10001100 0 101110 11010 11010 101001101 100111 111001

Color Harmonies of #BC668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC668C

Black with #BC668C

Text Example


Text Example

White with #BC668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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