Html Css Color HEX #B47189 Tapestry

📋 copy color: '#B47189'

red 180 ◦ green 113 ◦ blue 137

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

Shades of Tapestry #B47189

Tints of Tapestry #B47189

RGB

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

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

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

R = 41.86%
G = 26.28%
B = 31.86%

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

#B47189 (or 0xB47189) is known color: Tapestry. HEX triplet: B4, 71 and 89. RGB value is (180,113,137). Sum of RGB (Red+Green+Blue) = 180+113+137=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47189 is #4B8E76. Grayscale: #878787. Windows color (decimal): -4951671 or 9007540. OLE color: 9007540.

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

Color convert

RGB 180 113 137 -
CMYK 0 0.37 0.24 0.29
HSL 338.51º 0.31% 0.57% -
HSV(B) 338.51º 0.37% 0.71% -
XYZ 29.24 23.32 26.63 -
YUV 135.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 180 113 137 0 0.37 0.24 0.29 338.51 0.31 0.57
Hex B4 71 89 0 25 18 1D 153 1F 39
Octal 264 161 211 0 45 30 35 523 37 71
Binary 10110100 1110001 10001001 0 100101 11000 11101 101010011 11111 111001

Color Harmonies of #B47189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47189

Black with #B47189

Text Example


Text Example

White with #B47189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47189; }

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

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

background-color css

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

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

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

border-color css

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

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

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