Html Css Color HEX #BC6176 Tapestry

📋 copy color: '#BC6176'

red 188 ◦ green 97 ◦ blue 118

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

Shades of Tapestry #BC6176

Tints of Tapestry #BC6176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 46.65%
G = 24.07%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC6176 (or 0xBC6176) is known color: Tapestry. HEX triplet: BC, 61 and 76. RGB value is (188,97,118). Sum of RGB (Red+Green+Blue) = 188+97+118=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6176 is #439E89. Grayscale: #7E7E7E. Windows color (decimal): -4431498 or 7758268. OLE color: 7758268.

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

Color convert

RGB 188 97 118 -
CMYK 0 0.48 0.37 0.26
HSL 346.15º 0.4% 0.56% -
HSV(B) 346.15º 0.48% 0.74% -
XYZ 28.28 20.55 19.62 -
YUV 126.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 188 97 118 0 0.48 0.37 0.26 346.15 0.4 0.56
Hex BC 61 76 0 30 25 1A 15A 28 38
Octal 274 141 166 0 60 45 32 532 50 70
Binary 10111100 1100001 1110110 0 110000 100101 11010 101011010 101000 111000

Color Harmonies of #BC6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6176

Black with #BC6176

Text Example


Text Example

White with #BC6176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6176; }

 p { color: rgb(188,97,118); }

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

background-color css

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

 a { background-color: rgb(188,97,118); }

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

border-color css

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

 span { border-color: rgb(188,97,118); }

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