Html Css Color HEX #BC6377 Tapestry

📋 copy color: '#BC6377'

red 188 ◦ green 99 ◦ blue 119

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

Shades of Tapestry #BC6377

Tints of Tapestry #BC6377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.38%

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

R = 46.31%
G = 24.38%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC6377 (or 0xBC6377) is known color: Tapestry. HEX triplet: BC, 63 and 77. RGB value is (188,99,119). Sum of RGB (Red+Green+Blue) = 188+99+119=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6377 is #439C88. Grayscale: #7F7F7F. Windows color (decimal): -4430985 or 7824316. OLE color: 7824316.

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

Color convert

RGB 188 99 119 -
CMYK 0 0.47 0.37 0.26
HSL 346.52º 0.4% 0.56% -
HSV(B) 346.52º 0.47% 0.74% -
XYZ 28.53 20.95 19.99 -
YUV 127.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 188 99 119 0 0.47 0.37 0.26 346.52 0.4 0.56
Hex BC 63 77 0 2F 25 1A 15B 28 38
Octal 274 143 167 0 57 45 32 533 50 70
Binary 10111100 1100011 1110111 0 101111 100101 11010 101011011 101000 111000

Color Harmonies of #BC6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6377

Black with #BC6377

Text Example


Text Example

White with #BC6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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