Html Css Color HEX #B46691 Tapestry

📋 copy color: '#B46691'

red 180 ◦ green 102 ◦ blue 145

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

Shades of Tapestry #B46691

Tints of Tapestry #B46691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

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

R = 42.15%
G = 23.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46691 (or 0xB46691) is known color: Tapestry. HEX triplet: B4, 66 and 91. RGB value is (180,102,145). Sum of RGB (Red+Green+Blue) = 180+102+145=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46691 is #4B996E. Grayscale: #828282. Windows color (decimal): -4954479 or 9529012. OLE color: 9529012.

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

Color convert

RGB 180 102 145 -
CMYK 0 0.43 0.19 0.29
HSL 326.92º 0.34% 0.55% -
HSV(B) 326.92º 0.43% 0.71% -
XYZ 28.68 21.25 29.38 -
YUV 130.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 180 102 145 0 0.43 0.19 0.29 326.92 0.34 0.55
Hex B4 66 91 0 2B 13 1D 147 22 37
Octal 264 146 221 0 53 23 35 507 42 67
Binary 10110100 1100110 10010001 0 101011 10011 11101 101000111 100010 110111

Color Harmonies of #B46691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46691

Black with #B46691

Text Example


Text Example

White with #B46691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46691; }

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

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

background-color css

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

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

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

border-color css

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

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

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