Html Css Color HEX #B46E91 Tapestry

📋 copy color: '#B46E91'

red 180 ◦ green 110 ◦ blue 145

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

Shades of Tapestry #B46E91

Tints of Tapestry #B46E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.29%

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

R = 41.38%
G = 25.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46E91 (or 0xB46E91) is known color: Tapestry. HEX triplet: B4, 6E and 91. RGB value is (180,110,145). Sum of RGB (Red+Green+Blue) = 180+110+145=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E91 is #4B916E. Grayscale: #868686. Windows color (decimal): -4952431 or 9531060. OLE color: 9531060.

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

Color convert

RGB 180 110 145 -
CMYK 0 0.39 0.19 0.29
HSL 330º 0.32% 0.57% -
HSV(B) 330º 0.39% 0.71% -
XYZ 29.51 22.9 29.65 -
YUV 134.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 180 110 145 0 0.39 0.19 0.29 330 0.32 0.57
Hex B4 6E 91 0 27 13 1D 14A 20 39
Octal 264 156 221 0 47 23 35 512 40 71
Binary 10110100 1101110 10010001 0 100111 10011 11101 101001010 100000 111001

Color Harmonies of #B46E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E91

Black with #B46E91

Text Example


Text Example

White with #B46E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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