Html Css Color HEX #B47892 Tapestry

📋 copy color: '#B47892'

red 180 ◦ green 120 ◦ blue 146

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

Shades of Tapestry #B47892

Tints of Tapestry #B47892

RGB

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

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

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

R = 40.36%
G = 26.91%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47892 (or 0xB47892) is known color: Tapestry. HEX triplet: B4, 78 and 92. RGB value is (180,120,146). Sum of RGB (Red+Green+Blue) = 180+120+146=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47892 is #4B876D. Grayscale: #8C8C8C. Windows color (decimal): -4949870 or 9599156. OLE color: 9599156.

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

Color convert

RGB 180 120 146 -
CMYK 0 0.33 0.19 0.29
HSL 334º 0.29% 0.59% -
HSV(B) 334º 0.33% 0.71% -
XYZ 30.73 25.21 30.44 -
YUV 140.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 180 120 146 0 0.33 0.19 0.29 334 0.29 0.59
Hex B4 78 92 0 21 13 1D 14E 1D 3B
Octal 264 170 222 0 41 23 35 516 35 73
Binary 10110100 1111000 10010010 0 100001 10011 11101 101001110 11101 111011

Color Harmonies of #B47892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47892

Black with #B47892

Text Example


Text Example

White with #B47892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47892; }

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

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

background-color css

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

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

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

border-color css

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

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

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