Html Css Color HEX #B87C8E Tapestry

📋 copy color: '#B87C8E'

red 184 ◦ green 124 ◦ blue 142

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

Shades of Tapestry #B87C8E

Tints of Tapestry #B87C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

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

R = 40.89%
G = 27.56%
B = 31.56%

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

#B87C8E (or 0xB87C8E) is known color: Tapestry. HEX triplet: B8, 7C and 8E. RGB value is (184,124,142). Sum of RGB (Red+Green+Blue) = 184+124+142=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C8E is #478371. Grayscale: #8F8F8F. Windows color (decimal): -4686706 or 9338040. OLE color: 9338040.

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

Color convert

RGB 184 124 142 -
CMYK 0 0.33 0.23 0.28
HSL 342º 0.3% 0.6% -
HSV(B) 342º 0.33% 0.72% -
XYZ 31.86 26.56 29.04 -
YUV 143.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 184 124 142 0 0.33 0.23 0.28 342 0.3 0.6
Hex B8 7C 8E 0 21 17 1C 156 1E 3C
Octal 270 174 216 0 41 27 34 526 36 74
Binary 10111000 1111100 10001110 0 100001 10111 11100 101010110 11110 111100

Color Harmonies of #B87C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C8E

Black with #B87C8E

Text Example


Text Example

White with #B87C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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