Html Css Color HEX #BC6079 Tapestry

📋 copy color: '#BC6079'

red 188 ◦ green 96 ◦ blue 121

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

Shades of Tapestry #BC6079

Tints of Tapestry #BC6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 46.42%
G = 23.7%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC6079 (or 0xBC6079) is known color: Tapestry. HEX triplet: BC, 60 and 79. RGB value is (188,96,121). Sum of RGB (Red+Green+Blue) = 188+96+121=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6079 is #439F86. Grayscale: #7E7E7E. Windows color (decimal): -4431751 or 7954620. OLE color: 7954620.

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

Color convert

RGB 188 96 121 -
CMYK 0 0.49 0.36 0.26
HSL 343.7º 0.41% 0.56% -
HSV(B) 343.7º 0.49% 0.74% -
XYZ 28.37 20.44 20.54 -
YUV 126.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 188 96 121 0 0.49 0.36 0.26 343.7 0.41 0.56
Hex BC 60 79 0 31 24 1A 158 29 38
Octal 274 140 171 0 61 44 32 530 51 70
Binary 10111100 1100000 1111001 0 110001 100100 11010 101011000 101001 111000

Color Harmonies of #BC6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6079

Black with #BC6079

Text Example


Text Example

White with #BC6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6079; }

 p { color: rgb(188,96,121); }

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

background-color css

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

 a { background-color: rgb(188,96,121); }

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

border-color css

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

 span { border-color: rgb(188,96,121); }

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