Html Css Color HEX #BB6288 Tapestry

📋 copy color: '#BB6288'

red 187 ◦ green 98 ◦ blue 136

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

Shades of Tapestry #BB6288

Tints of Tapestry #BB6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.28%

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

R = 44.42%
G = 23.28%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB6288 (or 0xBB6288) is known color: Tapestry. HEX triplet: BB, 62 and 88. RGB value is (187,98,136). Sum of RGB (Red+Green+Blue) = 187+98+136=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6288 is #449D77. Grayscale: #808080. Windows color (decimal): -4496760 or 8938171. OLE color: 8938171.

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

Color convert

RGB 187 98 136 -
CMYK 0 0.48 0.27 0.27
HSL 334.38º 0.4% 0.56% -
HSV(B) 334.38º 0.48% 0.73% -
XYZ 29.31 21.08 25.82 -
YUV 128.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 187 98 136 0 0.48 0.27 0.27 334.38 0.4 0.56
Hex BB 62 88 0 30 1B 1B 14E 28 38
Octal 273 142 210 0 60 33 33 516 50 70
Binary 10111011 1100010 10001000 0 110000 11011 11011 101001110 101000 111000

Color Harmonies of #BB6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6288

Black with #BB6288

Text Example


Text Example

White with #BB6288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6288; }

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

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

background-color css

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

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

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

border-color css

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

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

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