Html Css Color HEX #B47388 Tapestry

📋 copy color: '#B47388'

red 180 ◦ green 115 ◦ blue 136

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

Shades of Tapestry #B47388

Tints of Tapestry #B47388

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.68%

 BLUE value IS 136 (53.52% from 255) = 31.55%

R = 41.76%
G = 26.68%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B47388 (or 0xB47388) is known color: Tapestry. HEX triplet: B4, 73 and 88. RGB value is (180,115,136). Sum of RGB (Red+Green+Blue) = 180+115+136=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47388 is #4B8C77. Grayscale: #888888. Windows color (decimal): -4951160 or 8942516. OLE color: 8942516.

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

Color convert

RGB 180 115 136 -
CMYK 0 0.36 0.24 0.29
HSL 340.62º 0.3% 0.58% -
HSV(B) 340.62º 0.36% 0.71% -
XYZ 29.4 23.74 26.33 -
YUV 136.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 180 115 136 0 0.36 0.24 0.29 340.62 0.3 0.58
Hex B4 73 88 0 24 18 1D 155 1E 3A
Octal 264 163 210 0 44 30 35 525 36 72
Binary 10110100 1110011 10001000 0 100100 11000 11101 101010101 11110 111010

Color Harmonies of #B47388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47388

Black with #B47388

Text Example


Text Example

White with #B47388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47388; }

 p { color: rgb(180,115,136); }

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

background-color css

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

 a { background-color: rgb(180,115,136); }

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

border-color css

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

 span { border-color: rgb(180,115,136); }

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