Html Css Color HEX #BB6879 Tapestry

📋 copy color: '#BB6879'

red 187 ◦ green 104 ◦ blue 121

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

Shades of Tapestry #BB6879

Tints of Tapestry #BB6879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

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

R = 45.39%
G = 25.24%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB6879 (or 0xBB6879) is known color: Tapestry. HEX triplet: BB, 68 and 79. RGB value is (187,104,121). Sum of RGB (Red+Green+Blue) = 187+104+121=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6879 is #449786. Grayscale: #828282. Windows color (decimal): -4495239 or 7956667. OLE color: 7956667.

HSL color Cylindrical-coordinate representation of color #BB6879: hue angle of 347.71º 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 #BB6879 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 104 121 -
CMYK 0 0.44 0.35 0.27
HSL 347.71º 0.38% 0.57% -
HSV(B) 347.71º 0.44% 0.73% -
XYZ 28.9 21.85 20.78 -
YUV 130.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 187 104 121 0 0.44 0.35 0.27 347.71 0.38 0.57
Hex BB 68 79 0 2C 23 1B 15C 26 39
Octal 273 150 171 0 54 43 33 534 46 71
Binary 10111011 1101000 1111001 0 101100 100011 11011 101011100 100110 111001

Color Harmonies of #BB6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6879

Black with #BB6879

Text Example


Text Example

White with #BB6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6879; }

 p { color: rgb(187,104,121); }

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

background-color css

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

 a { background-color: rgb(187,104,121); }

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

border-color css

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

 span { border-color: rgb(187,104,121); }

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