Html Css Color HEX #BB6087 Tapestry

📋 copy color: '#BB6087'

red 187 ◦ green 96 ◦ blue 135

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

Shades of Tapestry #BB6087

Tints of Tapestry #BB6087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 44.74%
G = 22.97%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB6087 (or 0xBB6087) is known color: Tapestry. HEX triplet: BB, 60 and 87. RGB value is (187,96,135). Sum of RGB (Red+Green+Blue) = 187+96+135=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6087 is #449F78. Grayscale: #7F7F7F. Windows color (decimal): -4497273 or 8872123. OLE color: 8872123.

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

Color convert

RGB 187 96 135 -
CMYK 0 0.49 0.28 0.27
HSL 334.29º 0.4% 0.55% -
HSV(B) 334.29º 0.49% 0.73% -
XYZ 29.05 20.68 25.38 -
YUV 127.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 187 96 135 0 0.49 0.28 0.27 334.29 0.4 0.55
Hex BB 60 87 0 31 1C 1B 14E 28 37
Octal 273 140 207 0 61 34 33 516 50 67
Binary 10111011 1100000 10000111 0 110001 11100 11011 101001110 101000 110111

Color Harmonies of #BB6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6087

Black with #BB6087

Text Example


Text Example

White with #BB6087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6087; }

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

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

background-color css

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

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

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

border-color css

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

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

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