Html Css Color HEX #B87686 Tapestry

📋 copy color: '#B87686'

red 184 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #B87686

Tints of Tapestry #B87686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 42.2%
G = 27.06%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B87686 (or 0xB87686) is known color: Tapestry. HEX triplet: B8, 76 and 86. RGB value is (184,118,134). Sum of RGB (Red+Green+Blue) = 184+118+134=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87686 is #478979. Grayscale: #8B8B8B. Windows color (decimal): -4688250 or 8812216. OLE color: 8812216.

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

Color convert

RGB 184 118 134 -
CMYK 0 0.36 0.27 0.28
HSL 345.45º 0.32% 0.59% -
HSV(B) 345.45º 0.36% 0.72% -
XYZ 30.55 24.87 25.74 -
YUV 139.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 184 118 134 0 0.36 0.27 0.28 345.45 0.32 0.59
Hex B8 76 86 0 24 1B 1C 159 20 3B
Octal 270 166 206 0 44 33 34 531 40 73
Binary 10111000 1110110 10000110 0 100100 11011 11100 101011001 100000 111011

Color Harmonies of #B87686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87686

Black with #B87686

Text Example


Text Example

White with #B87686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87686; }

 p { color: rgb(184,118,134); }

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

background-color css

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

 a { background-color: rgb(184,118,134); }

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

border-color css

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

 span { border-color: rgb(184,118,134); }

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