Html Css Color HEX #BB7187 Tapestry

📋 copy color: '#BB7187'

red 187 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #BB7187

Tints of Tapestry #BB7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 42.99%
G = 25.98%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB7187 (or 0xBB7187) is known color: Tapestry. HEX triplet: BB, 71 and 87. RGB value is (187,113,135). Sum of RGB (Red+Green+Blue) = 187+113+135=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7187 is #448E78. Grayscale: #898989. Windows color (decimal): -4492921 or 8876475. OLE color: 8876475.

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

Color convert

RGB 187 113 135 -
CMYK 0 0.40 0.28 0.27
HSL 342.16º 0.35% 0.59% -
HSV(B) 342.16º 0.4% 0.73% -
XYZ 30.77 24.12 25.96 -
YUV 137.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 187 113 135 0 0.40 0.28 0.27 342.16 0.35 0.59
Hex BB 71 87 0 28 1C 1B 156 23 3B
Octal 273 161 207 0 50 34 33 526 43 73
Binary 10111011 1110001 10000111 0 101000 11100 11011 101010110 100011 111011

Color Harmonies of #BB7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7187

Black with #BB7187

Text Example


Text Example

White with #BB7187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7187; }

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

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

background-color css

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

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

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

border-color css

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

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

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