Html Css Color HEX #B47291 Tapestry

📋 copy color: '#B47291'

red 180 ◦ green 114 ◦ blue 145

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

Shades of Tapestry #B47291

Tints of Tapestry #B47291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.97%

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

R = 41%
G = 25.97%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47291 (or 0xB47291) is known color: Tapestry. HEX triplet: B4, 72 and 91. RGB value is (180,114,145). Sum of RGB (Red+Green+Blue) = 180+114+145=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47291 is #4B8D6E. Grayscale: #898989. Windows color (decimal): -4951407 or 9532084. OLE color: 9532084.

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

Color convert

RGB 180 114 145 -
CMYK 0 0.37 0.19 0.29
HSL 331.82º 0.31% 0.58% -
HSV(B) 331.82º 0.37% 0.71% -
XYZ 29.95 23.78 29.8 -
YUV 137.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 180 114 145 0 0.37 0.19 0.29 331.82 0.31 0.58
Hex B4 72 91 0 25 13 1D 14C 1F 3A
Octal 264 162 221 0 45 23 35 514 37 72
Binary 10110100 1110010 10010001 0 100101 10011 11101 101001100 11111 111010

Color Harmonies of #B47291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47291

Black with #B47291

Text Example


Text Example

White with #B47291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47291; }

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

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

background-color css

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

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

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

border-color css

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

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

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