Html Css Color HEX #BB6589 Tapestry

📋 copy color: '#BB6589'

red 187 ◦ green 101 ◦ blue 137

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

Shades of Tapestry #BB6589

Tints of Tapestry #BB6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

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

R = 44%
G = 23.76%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB6589 (or 0xBB6589) is known color: Tapestry. HEX triplet: BB, 65 and 89. RGB value is (187,101,137). Sum of RGB (Red+Green+Blue) = 187+101+137=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6589 is #449A76. Grayscale: #828282. Windows color (decimal): -4495991 or 9004475. OLE color: 9004475.

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

Color convert

RGB 187 101 137 -
CMYK 0 0.46 0.27 0.27
HSL 334.88º 0.39% 0.56% -
HSV(B) 334.88º 0.46% 0.73% -
XYZ 29.66 21.68 26.29 -
YUV 130.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 187 101 137 0 0.46 0.27 0.27 334.88 0.39 0.56
Hex BB 65 89 0 2E 1B 1B 14F 27 38
Octal 273 145 211 0 56 33 33 517 47 70
Binary 10111011 1100101 10001001 0 101110 11011 11011 101001111 100111 111000

Color Harmonies of #BB6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6589

Black with #BB6589

Text Example


Text Example

White with #BB6589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6589; }

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

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

background-color css

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

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

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

border-color css

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

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

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