Html Css Color HEX #B47689 Tapestry

📋 copy color: '#B47689'

red 180 ◦ green 118 ◦ blue 137

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

Shades of Tapestry #B47689

Tints of Tapestry #B47689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.49%

R = 41.38%
G = 27.13%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B47689 (or 0xB47689) is known color: Tapestry. HEX triplet: B4, 76 and 89. RGB value is (180,118,137). Sum of RGB (Red+Green+Blue) = 180+118+137=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47689 is #4B8976. Grayscale: #8A8A8A. Windows color (decimal): -4950391 or 9008820. OLE color: 9008820.

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

Color convert

RGB 180 118 137 -
CMYK 0 0.34 0.24 0.29
HSL 341.61º 0.29% 0.58% -
HSV(B) 341.61º 0.34% 0.71% -
XYZ 29.82 24.47 26.82 -
YUV 138.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 180 118 137 0 0.34 0.24 0.29 341.61 0.29 0.58
Hex B4 76 89 0 22 18 1D 156 1D 3A
Octal 264 166 211 0 42 30 35 526 35 72
Binary 10110100 1110110 10001001 0 100010 11000 11101 101010110 11101 111010

Color Harmonies of #B47689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47689

Black with #B47689

Text Example


Text Example

White with #B47689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47689; }

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

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

background-color css

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

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

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

border-color css

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

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

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