Html Css Color HEX #BC6883 Tapestry

📋 copy color: '#BC6883'

red 188 ◦ green 104 ◦ blue 131

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

Shades of Tapestry #BC6883

Tints of Tapestry #BC6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.59%

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

R = 44.44%
G = 24.59%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6883 (or 0xBC6883) is known color: Tapestry. HEX triplet: BC, 68 and 83. RGB value is (188,104,131). Sum of RGB (Red+Green+Blue) = 188+104+131=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6883 is #43977C. Grayscale: #848484. Windows color (decimal): -4429693 or 8612028. OLE color: 8612028.

HSL color Cylindrical-coordinate representation of color #BC6883: hue angle of 340.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6883 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 131 -
CMYK 0 0.45 0.30 0.26
HSL 340.71º 0.39% 0.57% -
HSV(B) 340.71º 0.45% 0.74% -
XYZ 29.79 22.23 24.19 -
YUV 132.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 188 104 131 0 0.45 0.30 0.26 340.71 0.39 0.57
Hex BC 68 83 0 2D 1E 1A 155 27 39
Octal 274 150 203 0 55 36 32 525 47 71
Binary 10111100 1101000 10000011 0 101101 11110 11010 101010101 100111 111001

Color Harmonies of #BC6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6883

Black with #BC6883

Text Example


Text Example

White with #BC6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6883; }

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

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

background-color css

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

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

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

border-color css

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

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

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