Html Css Color HEX #B87D94 Tapestry

📋 copy color: '#B87D94'

red 184 ◦ green 125 ◦ blue 148

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

Shades of Tapestry #B87D94

Tints of Tapestry #B87D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 40.26%
G = 27.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B87D94 (or 0xB87D94) is known color: Tapestry. HEX triplet: B8, 7D and 94. RGB value is (184,125,148). Sum of RGB (Red+Green+Blue) = 184+125+148=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D94 is #47826B. Grayscale: #919191. Windows color (decimal): -4686444 or 9731512. OLE color: 9731512.

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

Color convert

RGB 184 125 148 -
CMYK 0 0.32 0.20 0.28
HSL 336.61º 0.29% 0.61% -
HSV(B) 336.61º 0.32% 0.72% -
XYZ 32.45 27 31.52 -
YUV 145.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 184 125 148 0 0.32 0.20 0.28 336.61 0.29 0.61
Hex B8 7D 94 0 20 14 1C 151 1D 3D
Octal 270 175 224 0 40 24 34 521 35 75
Binary 10111000 1111101 10010100 0 100000 10100 11100 101010001 11101 111101

Color Harmonies of #B87D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D94

Black with #B87D94

Text Example


Text Example

White with #B87D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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