Html Css Color HEX #B47188 Tapestry

📋 copy color: '#B47188'

red 180 ◦ green 113 ◦ blue 136

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

Shades of Tapestry #B47188

Tints of Tapestry #B47188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 41.96%
G = 26.34%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B47188 (or 0xB47188) is known color: Tapestry. HEX triplet: B4, 71 and 88. RGB value is (180,113,136). Sum of RGB (Red+Green+Blue) = 180+113+136=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47188 is #4B8E77. Grayscale: #878787. Windows color (decimal): -4951672 or 8942004. OLE color: 8942004.

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

Color convert

RGB 180 113 136 -
CMYK 0 0.37 0.24 0.29
HSL 339.4º 0.31% 0.57% -
HSV(B) 339.4º 0.37% 0.71% -
XYZ 29.17 23.29 26.25 -
YUV 135.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 180 113 136 0 0.37 0.24 0.29 339.4 0.31 0.57
Hex B4 71 88 0 25 18 1D 153 1F 39
Octal 264 161 210 0 45 30 35 523 37 71
Binary 10110100 1110001 10001000 0 100101 11000 11101 101010011 11111 111001

Color Harmonies of #B47188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47188

Black with #B47188

Text Example


Text Example

White with #B47188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47188; }

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

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

background-color css

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

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

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

border-color css

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

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

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