Html Css Color HEX #B47893 Tapestry

📋 copy color: '#B47893'

red 180 ◦ green 120 ◦ blue 147

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

Shades of Tapestry #B47893

Tints of Tapestry #B47893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

 BLUE value IS 147 (57.81% from 255) = 32.89%

R = 40.27%
G = 26.85%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B47893 (or 0xB47893) is known color: Tapestry. HEX triplet: B4, 78 and 93. RGB value is (180,120,147). Sum of RGB (Red+Green+Blue) = 180+120+147=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47893 is #4B876C. Grayscale: #8C8C8C. Windows color (decimal): -4949869 or 9664692. OLE color: 9664692.

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

Color convert

RGB 180 120 147 -
CMYK 0 0.33 0.18 0.29
HSL 333º 0.29% 0.59% -
HSV(B) 333º 0.33% 0.71% -
XYZ 30.81 25.24 30.85 -
YUV 141.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 180 120 147 0 0.33 0.18 0.29 333 0.29 0.59
Hex B4 78 93 0 21 12 1D 14D 1D 3B
Octal 264 170 223 0 41 22 35 515 35 73
Binary 10110100 1111000 10010011 0 100001 10010 11101 101001101 11101 111011

Color Harmonies of #B47893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47893

Black with #B47893

Text Example


Text Example

White with #B47893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47893; }

 p { color: rgb(180,120,147); }

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

background-color css

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

 a { background-color: rgb(180,120,147); }

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

border-color css

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

 span { border-color: rgb(180,120,147); }

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