Html Css Color HEX #BC6977 Tapestry

📋 copy color: '#BC6977'

red 188 ◦ green 105 ◦ blue 119

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

Shades of Tapestry #BC6977

Tints of Tapestry #BC6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 45.63%
G = 25.49%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC6977 (or 0xBC6977) is known color: Tapestry. HEX triplet: BC, 69 and 77. RGB value is (188,105,119). Sum of RGB (Red+Green+Blue) = 188+105+119=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6977 is #439688. Grayscale: #838383. Windows color (decimal): -4429449 or 7825852. OLE color: 7825852.

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

Color convert

RGB 188 105 119 -
CMYK 0 0.44 0.37 0.26
HSL 349.88º 0.38% 0.57% -
HSV(B) 349.88º 0.44% 0.74% -
XYZ 29.12 22.13 20.19 -
YUV 131.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 188 105 119 0 0.44 0.37 0.26 349.88 0.38 0.57
Hex BC 69 77 0 2C 25 1A 15E 26 39
Octal 274 151 167 0 54 45 32 536 46 71
Binary 10111100 1101001 1110111 0 101100 100101 11010 101011110 100110 111001

Color Harmonies of #BC6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6977

Black with #BC6977

Text Example


Text Example

White with #BC6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6977; }

 p { color: rgb(188,105,119); }

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

background-color css

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

 a { background-color: rgb(188,105,119); }

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

border-color css

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

 span { border-color: rgb(188,105,119); }

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