Html Css Color HEX #BB6089 Tapestry

📋 copy color: '#BB6089'

red 187 ◦ green 96 ◦ blue 137

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

Shades of Tapestry #BB6089

Tints of Tapestry #BB6089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

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

R = 44.52%
G = 22.86%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB6089 (or 0xBB6089) is known color: Tapestry. HEX triplet: BB, 60 and 89. RGB value is (187,96,137). Sum of RGB (Red+Green+Blue) = 187+96+137=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6089 is #449F76. Grayscale: #7F7F7F. Windows color (decimal): -4497271 or 9003195. OLE color: 9003195.

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

Color convert

RGB 187 96 137 -
CMYK 0 0.49 0.27 0.27
HSL 332.97º 0.4% 0.55% -
HSV(B) 332.97º 0.49% 0.73% -
XYZ 29.19 20.74 26.13 -
YUV 127.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 187 96 137 0 0.49 0.27 0.27 332.97 0.4 0.55
Hex BB 60 89 0 31 1B 1B 14D 28 37
Octal 273 140 211 0 61 33 33 515 50 67
Binary 10111011 1100000 10001001 0 110001 11011 11011 101001101 101000 110111

Color Harmonies of #BB6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6089

Black with #BB6089

Text Example


Text Example

White with #BB6089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6089; }

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

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

background-color css

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

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

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

border-color css

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

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

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