Html Css Color HEX #B47686 Tapestry

📋 copy color: '#B47686'

red 180 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #B47686

Tints of Tapestry #B47686

RGB

 RED value IS 180 (70.7% from 255) = 41.67%

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

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

R = 41.67%
G = 27.31%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47686 (or 0xB47686) is known color: Tapestry. HEX triplet: B4, 76 and 86. RGB value is (180,118,134). Sum of RGB (Red+Green+Blue) = 180+118+134=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B47686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47686 is #4B8979. Grayscale: #8A8A8A. Windows color (decimal): -4950394 or 8812212. OLE color: 8812212.

HSL color Cylindrical-coordinate representation of color #B47686: hue angle of 344.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47686 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 118 134 -
CMYK 0 0.34 0.26 0.29
HSL 344.52º 0.29% 0.58% -
HSV(B) 344.52º 0.34% 0.71% -
XYZ 29.6 24.38 25.7 -
YUV 138.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 180 118 134 0 0.34 0.26 0.29 344.52 0.29 0.58
Hex B4 76 86 0 22 1A 1D 159 1D 3A
Octal 264 166 206 0 42 32 35 531 35 72
Binary 10110100 1110110 10000110 0 100010 11010 11101 101011001 11101 111010

Color Harmonies of #B47686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47686

Black with #B47686

Text Example


Text Example

White with #B47686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47686; }

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

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

background-color css

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

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

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

border-color css

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

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

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