Html Css Color HEX #BB6A89 Tapestry

📋 copy color: '#BB6A89'

red 187 ◦ green 106 ◦ blue 137

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

Shades of Tapestry #BB6A89

Tints of Tapestry #BB6A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 43.49%
G = 24.65%
B = 31.86%

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

#BB6A89 (or 0xBB6A89) is known color: Tapestry. HEX triplet: BB, 6A and 89. RGB value is (187,106,137). Sum of RGB (Red+Green+Blue) = 187+106+137=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A89 is #449576. Grayscale: #858585. Windows color (decimal): -4494711 or 9005755. OLE color: 9005755.

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

Color convert

RGB 187 106 137 -
CMYK 0 0.43 0.27 0.27
HSL 337.04º 0.37% 0.57% -
HSV(B) 337.04º 0.43% 0.73% -
XYZ 30.16 22.68 26.45 -
YUV 133.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 187 106 137 0 0.43 0.27 0.27 337.04 0.37 0.57
Hex BB 6A 89 0 2B 1B 1B 151 25 39
Octal 273 152 211 0 53 33 33 521 45 71
Binary 10111011 1101010 10001001 0 101011 11011 11011 101010001 100101 111001

Color Harmonies of #BB6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A89

Black with #BB6A89

Text Example


Text Example

White with #BB6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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