Html Css Color HEX #BC7D80 Tapestry

📋 copy color: '#BC7D80'

red 188 ◦ green 125 ◦ blue 128

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

Shades of Tapestry #BC7D80

Tints of Tapestry #BC7D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

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

R = 42.63%
G = 28.34%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC7D80 (or 0xBC7D80) is known color: Tapestry. HEX triplet: BC, 7D and 80. RGB value is (188,125,128). Sum of RGB (Red+Green+Blue) = 188+125+128=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D80 is #43827F. Grayscale: #909090. Windows color (decimal): -4424320 or 8420796. OLE color: 8420796.

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

Color convert

RGB 188 125 128 -
CMYK 0 0.34 0.32 0.26
HSL 357.14º 0.32% 0.61% -
HSV(B) 357.14º 0.34% 0.74% -
XYZ 31.97 26.92 23.93 -
YUV 144.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 188 125 128 0 0.34 0.32 0.26 357.14 0.32 0.61
Hex BC 7D 80 0 22 20 1A 165 20 3D
Octal 274 175 200 0 42 40 32 545 40 75
Binary 10111100 1111101 10000000 0 100010 100000 11010 101100101 100000 111101

Color Harmonies of #BC7D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D80

Black with #BC7D80

Text Example


Text Example

White with #BC7D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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