Html Css Color HEX #BC647A Tapestry

📋 copy color: '#BC647A'

red 188 ◦ green 100 ◦ blue 122

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

Shades of Tapestry #BC647A

Tints of Tapestry #BC647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 45.85%
G = 24.39%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC647A (or 0xBC647A) is known color: Tapestry. HEX triplet: BC, 64 and 7A. RGB value is (188,100,122). Sum of RGB (Red+Green+Blue) = 188+100+122=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC647A is #439B85. Grayscale: #808080. Windows color (decimal): -4430726 or 8021180. OLE color: 8021180.

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

Color convert

RGB 188 100 122 -
CMYK 0 0.47 0.35 0.26
HSL 345º 0.4% 0.56% -
HSV(B) 345º 0.47% 0.74% -
XYZ 28.81 21.21 20.99 -
YUV 128.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 188 100 122 0 0.47 0.35 0.26 345 0.4 0.56
Hex BC 64 7A 0 2F 23 1A 159 28 38
Octal 274 144 172 0 57 43 32 531 50 70
Binary 10111100 1100100 1111010 0 101111 100011 11010 101011001 101000 111000

Color Harmonies of #BC647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC647A

Black with #BC647A

Text Example


Text Example

White with #BC647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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