Html Css Color HEX #BB6488 Tapestry

📋 copy color: '#BB6488'

red 187 ◦ green 100 ◦ blue 136

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

Shades of Tapestry #BB6488

Tints of Tapestry #BB6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

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

R = 44.21%
G = 23.64%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB6488 (or 0xBB6488) is known color: Tapestry. HEX triplet: BB, 64 and 88. RGB value is (187,100,136). Sum of RGB (Red+Green+Blue) = 187+100+136=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6488 is #449B77. Grayscale: #828282. Windows color (decimal): -4496248 or 8938683. OLE color: 8938683.

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

Color convert

RGB 187 100 136 -
CMYK 0 0.47 0.27 0.27
HSL 335.17º 0.39% 0.56% -
HSV(B) 335.17º 0.47% 0.73% -
XYZ 29.49 21.46 25.88 -
YUV 130.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 187 100 136 0 0.47 0.27 0.27 335.17 0.39 0.56
Hex BB 64 88 0 2F 1B 1B 14F 27 38
Octal 273 144 210 0 57 33 33 517 47 70
Binary 10111011 1100100 10001000 0 101111 11011 11011 101001111 100111 111000

Color Harmonies of #BB6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6488

Black with #BB6488

Text Example


Text Example

White with #BB6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6488; }

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

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

background-color css

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

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

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

border-color css

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

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

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