Html Css Color HEX #BC647D Tapestry

📋 copy color: '#BC647D'

red 188 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #BC647D

Tints of Tapestry #BC647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 45.52%
G = 24.21%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC647D (or 0xBC647D) is known color: Tapestry. HEX triplet: BC, 64 and 7D. RGB value is (188,100,125). Sum of RGB (Red+Green+Blue) = 188+100+125=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC647D is #439B82. Grayscale: #818181. Windows color (decimal): -4430723 or 8217788. OLE color: 8217788.

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

Color convert

RGB 188 100 125 -
CMYK 0 0.47 0.34 0.26
HSL 342.95º 0.4% 0.56% -
HSV(B) 342.95º 0.47% 0.74% -
XYZ 29 21.29 21.98 -
YUV 129.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 188 100 125 0 0.47 0.34 0.26 342.95 0.4 0.56
Hex BC 64 7D 0 2F 22 1A 157 28 38
Octal 274 144 175 0 57 42 32 527 50 70
Binary 10111100 1100100 1111101 0 101111 100010 11010 101010111 101000 111000

Color Harmonies of #BC647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC647D

Black with #BC647D

Text Example


Text Example

White with #BC647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC647D; }

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

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

background-color css

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

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

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

border-color css

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

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

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