Html Css Color HEX #B87494 Tapestry

📋 copy color: '#B87494'

red 184 ◦ green 116 ◦ blue 148

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

Shades of Tapestry #B87494

Tints of Tapestry #B87494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 41.07%
G = 25.89%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B87494 (or 0xB87494) is known color: Tapestry. HEX triplet: B8, 74 and 94. RGB value is (184,116,148). Sum of RGB (Red+Green+Blue) = 184+116+148=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B87494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87494 is #478B6B. Grayscale: #8B8B8B. Windows color (decimal): -4688748 or 9729208. OLE color: 9729208.

HSL color Cylindrical-coordinate representation of color #B87494: hue angle of 331.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87494 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 116 148 -
CMYK 0 0.37 0.20 0.28
HSL 331.76º 0.32% 0.59% -
HSV(B) 331.76º 0.37% 0.72% -
XYZ 31.36 24.82 31.15 -
YUV 139.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 184 116 148 0 0.37 0.20 0.28 331.76 0.32 0.59
Hex B8 74 94 0 25 14 1C 14C 20 3B
Octal 270 164 224 0 45 24 34 514 40 73
Binary 10111000 1110100 10010100 0 100101 10100 11100 101001100 100000 111011

Color Harmonies of #B87494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87494

Black with #B87494

Text Example


Text Example

White with #B87494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87494; }

 p { color: rgb(184,116,148); }

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

background-color css

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

 a { background-color: rgb(184,116,148); }

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

border-color css

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

 span { border-color: rgb(184,116,148); }

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