Html Css Color HEX #B47592 Tapestry

📋 copy color: '#B47592'

red 180 ◦ green 117 ◦ blue 146

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

Shades of Tapestry #B47592

Tints of Tapestry #B47592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 40.63%
G = 26.41%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47592 (or 0xB47592) is known color: Tapestry. HEX triplet: B4, 75 and 92. RGB value is (180,117,146). Sum of RGB (Red+Green+Blue) = 180+117+146=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B47592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47592 is #4B8A6D. Grayscale: #8B8B8B. Windows color (decimal): -4950638 or 9598388. OLE color: 9598388.

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

Color convert

RGB 180 117 146 -
CMYK 0 0.35 0.19 0.29
HSL 332.38º 0.3% 0.58% -
HSV(B) 332.38º 0.35% 0.71% -
XYZ 30.37 24.5 30.32 -
YUV 139.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 180 117 146 0 0.35 0.19 0.29 332.38 0.3 0.58
Hex B4 75 92 0 23 13 1D 14C 1E 3A
Octal 264 165 222 0 43 23 35 514 36 72
Binary 10110100 1110101 10010010 0 100011 10011 11101 101001100 11110 111010

Color Harmonies of #B47592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47592

Black with #B47592

Text Example


Text Example

White with #B47592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47592; }

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

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

background-color css

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

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

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

border-color css

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

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

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