Html Css Color HEX #B47392 Tapestry

📋 copy color: '#B47392'

red 180 ◦ green 115 ◦ blue 146

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

Shades of Tapestry #B47392

Tints of Tapestry #B47392

RGB

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

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

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

R = 40.82%
G = 26.08%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47392 (or 0xB47392) is known color: Tapestry. HEX triplet: B4, 73 and 92. RGB value is (180,115,146). Sum of RGB (Red+Green+Blue) = 180+115+146=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47392 is #4B8C6D. Grayscale: #898989. Windows color (decimal): -4951150 or 9597876. OLE color: 9597876.

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

Color convert

RGB 180 115 146 -
CMYK 0 0.36 0.19 0.29
HSL 331.38º 0.3% 0.58% -
HSV(B) 331.38º 0.36% 0.71% -
XYZ 30.14 24.04 30.25 -
YUV 137.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 180 115 146 0 0.36 0.19 0.29 331.38 0.3 0.58
Hex B4 73 92 0 24 13 1D 14B 1E 3A
Octal 264 163 222 0 44 23 35 513 36 72
Binary 10110100 1110011 10010010 0 100100 10011 11101 101001011 11110 111010

Color Harmonies of #B47392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47392

Black with #B47392

Text Example


Text Example

White with #B47392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47392; }

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

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

background-color css

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

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

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

border-color css

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

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

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