Html Css Color HEX #BC6683 Tapestry

📋 copy color: '#BC6683'

red 188 ◦ green 102 ◦ blue 131

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

Shades of Tapestry #BC6683

Tints of Tapestry #BC6683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 44.66%
G = 24.23%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6683 (or 0xBC6683) is known color: Tapestry. HEX triplet: BC, 66 and 83. RGB value is (188,102,131). Sum of RGB (Red+Green+Blue) = 188+102+131=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6683 is #43997C. Grayscale: #828282. Windows color (decimal): -4430205 or 8611516. OLE color: 8611516.

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

Color convert

RGB 188 102 131 -
CMYK 0 0.46 0.30 0.26
HSL 339.77º 0.39% 0.57% -
HSV(B) 339.77º 0.46% 0.74% -
XYZ 29.59 21.83 24.13 -
YUV 131.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 188 102 131 0 0.46 0.30 0.26 339.77 0.39 0.57
Hex BC 66 83 0 2E 1E 1A 154 27 39
Octal 274 146 203 0 56 36 32 524 47 71
Binary 10111100 1100110 10000011 0 101110 11110 11010 101010100 100111 111001

Color Harmonies of #BC6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6683

Black with #BC6683

Text Example


Text Example

White with #BC6683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6683; }

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

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

background-color css

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

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

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

border-color css

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

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

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