Html Css Color HEX #BC7880 Tapestry

📋 copy color: '#BC7880'

red 188 ◦ green 120 ◦ blue 128

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

Shades of Tapestry #BC7880

Tints of Tapestry #BC7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.52%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 43.12%
G = 27.52%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC7880 (or 0xBC7880) is known color: Tapestry. HEX triplet: BC, 78 and 80. RGB value is (188,120,128). Sum of RGB (Red+Green+Blue) = 188+120+128=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7880 is #43877F. Grayscale: #8D8D8D. Windows color (decimal): -4425600 or 8419516. OLE color: 8419516.

HSL color Cylindrical-coordinate representation of color #BC7880: hue angle of 352.94º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7880 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 120 128 -
CMYK 0 0.36 0.32 0.26
HSL 352.94º 0.34% 0.6% -
HSV(B) 352.94º 0.36% 0.74% -
XYZ 31.35 25.68 23.73 -
YUV 141.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 188 120 128 0 0.36 0.32 0.26 352.94 0.34 0.6
Hex BC 78 80 0 24 20 1A 161 22 3C
Octal 274 170 200 0 44 40 32 541 42 74
Binary 10111100 1111000 10000000 0 100100 100000 11010 101100001 100010 111100

Color Harmonies of #BC7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7880

Black with #BC7880

Text Example


Text Example

White with #BC7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7880; }

 p { color: rgb(188,120,128); }

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

background-color css

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

 a { background-color: rgb(188,120,128); }

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

border-color css

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

 span { border-color: rgb(188,120,128); }

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