Html Css Color HEX #BB6977 Tapestry

📋 copy color: '#BB6977'

red 187 ◦ green 105 ◦ blue 119

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

Shades of Tapestry #BB6977

Tints of Tapestry #BB6977

RGB

 RED value IS 187 (73.44% from 255) = 45.5%

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

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

R = 45.5%
G = 25.55%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB6977 (or 0xBB6977) is known color: Tapestry. HEX triplet: BB, 69 and 77. RGB value is (187,105,119). Sum of RGB (Red+Green+Blue) = 187+105+119=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6977 is #449688. Grayscale: #838383. Windows color (decimal): -4494985 or 7825851. OLE color: 7825851.

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

Color convert

RGB 187 105 119 -
CMYK 0 0.44 0.36 0.27
HSL 349.76º 0.38% 0.57% -
HSV(B) 349.76º 0.44% 0.73% -
XYZ 28.87 22 20.18 -
YUV 131.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 187 105 119 0 0.44 0.36 0.27 349.76 0.38 0.57
Hex BB 69 77 0 2C 24 1B 15E 26 39
Octal 273 151 167 0 54 44 33 536 46 71
Binary 10111011 1101001 1110111 0 101100 100100 11011 101011110 100110 111001

Color Harmonies of #BB6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6977

Black with #BB6977

Text Example


Text Example

White with #BB6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6977; }

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

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

background-color css

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

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

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

border-color css

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

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

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