Html Css Color HEX #B46991 Tapestry

📋 copy color: '#B46991'

red 180 ◦ green 105 ◦ blue 145

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

Shades of Tapestry #B46991

Tints of Tapestry #B46991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

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

R = 41.86%
G = 24.42%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46991 (or 0xB46991) is known color: Tapestry. HEX triplet: B4, 69 and 91. RGB value is (180,105,145). Sum of RGB (Red+Green+Blue) = 180+105+145=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B46991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46991 is #4B966E. Grayscale: #838383. Windows color (decimal): -4953711 or 9529780. OLE color: 9529780.

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

Color convert

RGB 180 105 145 -
CMYK 0 0.42 0.19 0.29
HSL 328º 0.33% 0.56% -
HSV(B) 328º 0.42% 0.71% -
XYZ 28.98 21.85 29.48 -
YUV 131.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 180 105 145 0 0.42 0.19 0.29 328 0.33 0.56
Hex B4 69 91 0 2A 13 1D 148 21 38
Octal 264 151 221 0 52 23 35 510 41 70
Binary 10110100 1101001 10010001 0 101010 10011 11101 101001000 100001 111000

Color Harmonies of #B46991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46991

Black with #B46991

Text Example


Text Example

White with #B46991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46991; }

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

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

background-color css

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

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

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

border-color css

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

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

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