Html Css Color HEX #BB6A88 Tapestry

📋 copy color: '#BB6A88'

red 187 ◦ green 106 ◦ blue 136

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

Shades of Tapestry #BB6A88

Tints of Tapestry #BB6A88

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 43.59%
G = 24.71%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB6A88 (or 0xBB6A88) is known color: Tapestry. HEX triplet: BB, 6A and 88. RGB value is (187,106,136). Sum of RGB (Red+Green+Blue) = 187+106+136=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A88 is #449577. Grayscale: #858585. Windows color (decimal): -4494712 or 8940219. OLE color: 8940219.

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

Color convert

RGB 187 106 136 -
CMYK 0 0.43 0.27 0.27
HSL 337.78º 0.37% 0.57% -
HSV(B) 337.78º 0.43% 0.73% -
XYZ 30.09 22.65 26.08 -
YUV 133.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 187 106 136 0 0.43 0.27 0.27 337.78 0.37 0.57
Hex BB 6A 88 0 2B 1B 1B 152 25 39
Octal 273 152 210 0 53 33 33 522 45 71
Binary 10111011 1101010 10001000 0 101011 11011 11011 101010010 100101 111001

Color Harmonies of #BB6A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A88

Black with #BB6A88

Text Example


Text Example

White with #BB6A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A88; }

 p { color: rgb(187,106,136); }

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

background-color css

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

 a { background-color: rgb(187,106,136); }

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

border-color css

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

 span { border-color: rgb(187,106,136); }

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