Html Css Color HEX #BC668A Tapestry

📋 copy color: '#BC668A'

red 188 ◦ green 102 ◦ blue 138

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

Shades of Tapestry #BC668A

Tints of Tapestry #BC668A

RGB

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

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

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

R = 43.93%
G = 23.83%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC668A (or 0xBC668A) is known color: Tapestry. HEX triplet: BC, 66 and 8A. RGB value is (188,102,138). Sum of RGB (Red+Green+Blue) = 188+102+138=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668A is #439975. Grayscale: #838383. Windows color (decimal): -4430198 or 9070268. OLE color: 9070268.

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

Color convert

RGB 188 102 138 -
CMYK 0 0.46 0.27 0.26
HSL 334.88º 0.39% 0.57% -
HSV(B) 334.88º 0.46% 0.74% -
XYZ 30.08 22.03 26.71 -
YUV 131.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 188 102 138 0 0.46 0.27 0.26 334.88 0.39 0.57
Hex BC 66 8A 0 2E 1B 1A 14F 27 39
Octal 274 146 212 0 56 33 32 517 47 71
Binary 10111100 1100110 10001010 0 101110 11011 11010 101001111 100111 111001

Color Harmonies of #BC668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC668A

Black with #BC668A

Text Example


Text Example

White with #BC668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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