Html Css Color HEX #BB6588 Tapestry

📋 copy color: '#BB6588'

red 187 ◦ green 101 ◦ blue 136

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

Shades of Tapestry #BB6588

Tints of Tapestry #BB6588

RGB

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

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

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

R = 44.1%
G = 23.82%
B = 32.08%

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

#BB6588 (or 0xBB6588) is known color: Tapestry. HEX triplet: BB, 65 and 88. RGB value is (187,101,136). Sum of RGB (Red+Green+Blue) = 187+101+136=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6588 is #449A77. Grayscale: #828282. Windows color (decimal): -4495992 or 8938939. OLE color: 8938939.

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

Color convert

RGB 187 101 136 -
CMYK 0 0.46 0.27 0.27
HSL 335.58º 0.39% 0.56% -
HSV(B) 335.58º 0.46% 0.73% -
XYZ 29.59 21.65 25.91 -
YUV 130.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 187 101 136 0 0.46 0.27 0.27 335.58 0.39 0.56
Hex BB 65 88 0 2E 1B 1B 150 27 38
Octal 273 145 210 0 56 33 33 520 47 70
Binary 10111011 1100101 10001000 0 101110 11011 11011 101010000 100111 111000

Color Harmonies of #BB6588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6588

Black with #BB6588

Text Example


Text Example

White with #BB6588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6588; }

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

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

background-color css

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

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

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

border-color css

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

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

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