Html Css Color HEX #B47B91 Tapestry

📋 copy color: '#B47B91'

red 180 ◦ green 123 ◦ blue 145

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

Shades of Tapestry #B47B91

Tints of Tapestry #B47B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.46%

 BLUE value IS 145 (57.03% from 255) = 32.37%

R = 40.18%
G = 27.46%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47B91 (or 0xB47B91) is known color: Tapestry. HEX triplet: B4, 7B and 91. RGB value is (180,123,145). Sum of RGB (Red+Green+Blue) = 180+123+145=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B91 is #4B846E. Grayscale: #8E8E8E. Windows color (decimal): -4949103 or 9534388. OLE color: 9534388.

HSL color Cylindrical-coordinate representation of color #B47B91: hue angle of 336.84º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47B91 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 123 145 -
CMYK 0 0.32 0.19 0.29
HSL 336.84º 0.28% 0.59% -
HSV(B) 336.84º 0.32% 0.71% -
XYZ 31.02 25.91 30.16 -
YUV 142.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 180 123 145 0 0.32 0.19 0.29 336.84 0.28 0.59
Hex B4 7B 91 0 20 13 1D 151 1C 3B
Octal 264 173 221 0 40 23 35 521 34 73
Binary 10110100 1111011 10010001 0 100000 10011 11101 101010001 11100 111011

Color Harmonies of #B47B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B91

Black with #B47B91

Text Example


Text Example

White with #B47B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B91; }

 p { color: rgb(180,123,145); }

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

background-color css

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

 a { background-color: rgb(180,123,145); }

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

border-color css

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

 span { border-color: rgb(180,123,145); }

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