Html Css Color HEX #B47A92 Tapestry

📋 copy color: '#B47A92'

red 180 ◦ green 122 ◦ blue 146

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

Shades of Tapestry #B47A92

Tints of Tapestry #B47A92

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 40.18%
G = 27.23%
B = 32.59%

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

#B47A92 (or 0xB47A92) is known color: Tapestry. HEX triplet: B4, 7A and 92. RGB value is (180,122,146). Sum of RGB (Red+Green+Blue) = 180+122+146=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A92 is #4B856D. Grayscale: #8E8E8E. Windows color (decimal): -4949358 or 9599668. OLE color: 9599668.

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

Color convert

RGB 180 122 146 -
CMYK 0 0.32 0.19 0.29
HSL 335.17º 0.28% 0.59% -
HSV(B) 335.17º 0.32% 0.71% -
XYZ 30.97 25.7 30.52 -
YUV 142.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 180 122 146 0 0.32 0.19 0.29 335.17 0.28 0.59
Hex B4 7A 92 0 20 13 1D 14F 1C 3B
Octal 264 172 222 0 40 23 35 517 34 73
Binary 10110100 1111010 10010010 0 100000 10011 11101 101001111 11100 111011

Color Harmonies of #B47A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A92

Black with #B47A92

Text Example


Text Example

White with #B47A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A92; }

 p { color: rgb(180,122,146); }

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

background-color css

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

 a { background-color: rgb(180,122,146); }

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

border-color css

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

 span { border-color: rgb(180,122,146); }

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