Html Css Color HEX #B87B8E Tapestry

📋 copy color: '#B87B8E'

red 184 ◦ green 123 ◦ blue 142

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

Shades of Tapestry #B87B8E

Tints of Tapestry #B87B8E

RGB

 RED value IS 184 (72.27% from 255) = 40.98%

 GREEN value IS 123 (48.44% from 255) = 27.39%

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 40.98%
G = 27.39%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B87B8E (or 0xB87B8E) is known color: Tapestry. HEX triplet: B8, 7B and 8E. RGB value is (184,123,142). Sum of RGB (Red+Green+Blue) = 184+123+142=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B8E is #478471. Grayscale: #8F8F8F. Windows color (decimal): -4686962 or 9337784. OLE color: 9337784.

HSL color Cylindrical-coordinate representation of color #B87B8E: hue angle of 341.31º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87B8E is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 123 142 -
CMYK 0 0.33 0.23 0.28
HSL 341.31º 0.3% 0.6% -
HSV(B) 341.31º 0.33% 0.72% -
XYZ 31.73 26.31 29 -
YUV 143.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 184 123 142 0 0.33 0.23 0.28 341.31 0.3 0.6
Hex B8 7B 8E 0 21 17 1C 155 1E 3C
Octal 270 173 216 0 41 27 34 525 36 74
Binary 10111000 1111011 10001110 0 100001 10111 11100 101010101 11110 111100

Color Harmonies of #B87B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B8E

Black with #B87B8E

Text Example


Text Example

White with #B87B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B8E; }

 p { color: rgb(184,123,142); }

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

background-color css

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

 a { background-color: rgb(184,123,142); }

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

border-color css

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

 span { border-color: rgb(184,123,142); }

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