Html Css Color HEX #BC628A Tapestry

📋 copy color: '#BC628A'

red 188 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #BC628A

Tints of Tapestry #BC628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

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

R = 44.34%
G = 23.11%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC628A (or 0xBC628A) is known color: Tapestry. HEX triplet: BC, 62 and 8A. RGB value is (188,98,138). Sum of RGB (Red+Green+Blue) = 188+98+138=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC628A is #439D75. Grayscale: #818181. Windows color (decimal): -4431222 or 9069244. OLE color: 9069244.

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

Color convert

RGB 188 98 138 -
CMYK 0 0.48 0.27 0.26
HSL 333.33º 0.4% 0.56% -
HSV(B) 333.33º 0.48% 0.74% -
XYZ 29.69 21.26 26.58 -
YUV 129.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 188 98 138 0 0.48 0.27 0.26 333.33 0.4 0.56
Hex BC 62 8A 0 30 1B 1A 14D 28 38
Octal 274 142 212 0 60 33 32 515 50 70
Binary 10111100 1100010 10001010 0 110000 11011 11010 101001101 101000 111000

Color Harmonies of #BC628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC628A

Black with #BC628A

Text Example


Text Example

White with #BC628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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