Html Css Color HEX #BB6886 Tapestry

📋 copy color: '#BB6886'

red 187 ◦ green 104 ◦ blue 134

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

Shades of Tapestry #BB6886

Tints of Tapestry #BB6886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 44%
G = 24.47%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB6886 (or 0xBB6886) is known color: Tapestry. HEX triplet: BB, 68 and 86. RGB value is (187,104,134). Sum of RGB (Red+Green+Blue) = 187+104+134=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6886 is #449779. Grayscale: #848484. Windows color (decimal): -4495226 or 8808635. OLE color: 8808635.

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

Color convert

RGB 187 104 134 -
CMYK 0 0.44 0.28 0.27
HSL 338.31º 0.38% 0.57% -
HSV(B) 338.31º 0.44% 0.73% -
XYZ 29.75 22.19 25.27 -
YUV 132.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 187 104 134 0 0.44 0.28 0.27 338.31 0.38 0.57
Hex BB 68 86 0 2C 1C 1B 152 26 39
Octal 273 150 206 0 54 34 33 522 46 71
Binary 10111011 1101000 10000110 0 101100 11100 11011 101010010 100110 111001

Color Harmonies of #BB6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6886

Black with #BB6886

Text Example


Text Example

White with #BB6886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6886; }

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

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

background-color css

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

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

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

border-color css

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

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

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