Html Css Color HEX #BB8187 Tapestry

📋 copy color: '#BB8187'

red 187 ◦ green 129 ◦ blue 135

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

Shades of Tapestry #BB8187

Tints of Tapestry #BB8187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

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

R = 41.46%
G = 28.6%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB8187 (or 0xBB8187) is known color: Tapestry. HEX triplet: BB, 81 and 87. RGB value is (187,129,135). Sum of RGB (Red+Green+Blue) = 187+129+135=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8187 is #447E78. Grayscale: #939393. Windows color (decimal): -4488825 or 8880571. OLE color: 8880571.

HSL color Cylindrical-coordinate representation of color #BB8187: hue angle of 353.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8187 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 135 -
CMYK 0 0.31 0.28 0.27
HSL 353.79º 0.3% 0.62% -
HSV(B) 353.79º 0.31% 0.73% -
XYZ 32.72 28.01 26.6 -
YUV 147.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 187 129 135 0 0.31 0.28 0.27 353.79 0.3 0.62
Hex BB 81 87 0 1F 1C 1B 162 1E 3E
Octal 273 201 207 0 37 34 33 542 36 76
Binary 10111011 10000001 10000111 0 11111 11100 11011 101100010 11110 111110

Color Harmonies of #BB8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8187

Black with #BB8187

Text Example


Text Example

White with #BB8187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8187; }

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

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

background-color css

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

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

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

border-color css

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

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

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