Html Css Color HEX #B47B86 Tapestry

📋 copy color: '#B47B86'

red 180 ◦ green 123 ◦ blue 134

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

Shades of Tapestry #B47B86

Tints of Tapestry #B47B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

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

R = 41.19%
G = 28.15%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47B86 (or 0xB47B86) is known color: Tapestry. HEX triplet: B4, 7B and 86. RGB value is (180,123,134). Sum of RGB (Red+Green+Blue) = 180+123+134=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B86 is #4B8479. Grayscale: #8D8D8D. Windows color (decimal): -4949114 or 8813492. OLE color: 8813492.

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

Color convert

RGB 180 123 134 -
CMYK 0 0.32 0.26 0.29
HSL 348.42º 0.28% 0.59% -
HSV(B) 348.42º 0.32% 0.71% -
XYZ 30.21 25.59 25.9 -
YUV 141.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 180 123 134 0 0.32 0.26 0.29 348.42 0.28 0.59
Hex B4 7B 86 0 20 1A 1D 15C 1C 3B
Octal 264 173 206 0 40 32 35 534 34 73
Binary 10110100 1111011 10000110 0 100000 11010 11101 101011100 11100 111011

Color Harmonies of #B47B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B86

Black with #B47B86

Text Example


Text Example

White with #B47B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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