Html Css Color HEX #B47687 Tapestry

📋 copy color: '#B47687'

red 180 ◦ green 118 ◦ blue 135

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

Shades of Tapestry #B47687

Tints of Tapestry #B47687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 41.57%
G = 27.25%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B47687 (or 0xB47687) is known color: Tapestry. HEX triplet: B4, 76 and 87. RGB value is (180,118,135). Sum of RGB (Red+Green+Blue) = 180+118+135=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B47687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47687 is #4B8978. Grayscale: #8A8A8A. Windows color (decimal): -4950393 or 8877748. OLE color: 8877748.

HSL color Cylindrical-coordinate representation of color #B47687: hue angle of 343.55º 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 #B47687 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 118 135 -
CMYK 0 0.34 0.25 0.29
HSL 343.55º 0.29% 0.58% -
HSV(B) 343.55º 0.34% 0.71% -
XYZ 29.67 24.41 26.07 -
YUV 138.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 180 118 135 0 0.34 0.25 0.29 343.55 0.29 0.58
Hex B4 76 87 0 22 19 1D 158 1D 3A
Octal 264 166 207 0 42 31 35 530 35 72
Binary 10110100 1110110 10000111 0 100010 11001 11101 101011000 11101 111010

Color Harmonies of #B47687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47687

Black with #B47687

Text Example


Text Example

White with #B47687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47687; }

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

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

background-color css

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

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

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

border-color css

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

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

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