Html Css Color HEX #B47292 Tapestry

📋 copy color: '#B47292'

red 180 ◦ green 114 ◦ blue 146

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

Shades of Tapestry #B47292

Tints of Tapestry #B47292

RGB

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

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

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

R = 40.91%
G = 25.91%
B = 33.18%

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

#B47292 (or 0xB47292) is known color: Tapestry. HEX triplet: B4, 72 and 92. RGB value is (180,114,146). Sum of RGB (Red+Green+Blue) = 180+114+146=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47292 is #4B8D6D. Grayscale: #898989. Windows color (decimal): -4951406 or 9597620. OLE color: 9597620.

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

Color convert

RGB 180 114 146 -
CMYK 0 0.37 0.19 0.29
HSL 330.91º 0.31% 0.58% -
HSV(B) 330.91º 0.37% 0.71% -
XYZ 30.03 23.81 30.21 -
YUV 137.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 180 114 146 0 0.37 0.19 0.29 330.91 0.31 0.58
Hex B4 72 92 0 25 13 1D 14B 1F 3A
Octal 264 162 222 0 45 23 35 513 37 72
Binary 10110100 1110010 10010010 0 100101 10011 11101 101001011 11111 111010

Color Harmonies of #B47292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47292

Black with #B47292

Text Example


Text Example

White with #B47292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47292; }

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

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

background-color css

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

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

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

border-color css

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

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

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