Html Css Color HEX #BC648A Tapestry

📋 copy color: '#BC648A'

red 188 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #BC648A

Tints of Tapestry #BC648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 44.13%
G = 23.47%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC648A (or 0xBC648A) is known color: Tapestry. HEX triplet: BC, 64 and 8A. RGB value is (188,100,138). Sum of RGB (Red+Green+Blue) = 188+100+138=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC648A is #439B75. Grayscale: #828282. Windows color (decimal): -4430710 or 9069756. OLE color: 9069756.

HSL color Cylindrical-coordinate representation of color #BC648A: hue angle of 334.09º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC648A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 138 -
CMYK 0 0.47 0.27 0.26
HSL 334.09º 0.4% 0.56% -
HSV(B) 334.09º 0.47% 0.74% -
XYZ 29.88 21.64 26.65 -
YUV 130.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 188 100 138 0 0.47 0.27 0.26 334.09 0.4 0.56
Hex BC 64 8A 0 2F 1B 1A 14E 28 38
Octal 274 144 212 0 57 33 32 516 50 70
Binary 10111100 1100100 10001010 0 101111 11011 11010 101001110 101000 111000

Color Harmonies of #BC648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC648A

Black with #BC648A

Text Example


Text Example

White with #BC648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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