Html Css Color HEX #B46891 Tapestry

📋 copy color: '#B46891'

red 180 ◦ green 104 ◦ blue 145

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

Shades of Tapestry #B46891

Tints of Tapestry #B46891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.24%

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

R = 41.96%
G = 24.24%
B = 33.8%

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

#B46891 (or 0xB46891) is known color: Tapestry. HEX triplet: B4, 68 and 91. RGB value is (180,104,145). Sum of RGB (Red+Green+Blue) = 180+104+145=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46891 is #4B976E. Grayscale: #838383. Windows color (decimal): -4953967 or 9529524. OLE color: 9529524.

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

Color convert

RGB 180 104 145 -
CMYK 0 0.42 0.19 0.29
HSL 327.63º 0.34% 0.56% -
HSV(B) 327.63º 0.42% 0.71% -
XYZ 28.88 21.65 29.44 -
YUV 131.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 180 104 145 0 0.42 0.19 0.29 327.63 0.34 0.56
Hex B4 68 91 0 2A 13 1D 148 22 38
Octal 264 150 221 0 52 23 35 510 42 70
Binary 10110100 1101000 10010001 0 101010 10011 11101 101001000 100010 111000

Color Harmonies of #B46891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46891

Black with #B46891

Text Example


Text Example

White with #B46891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46891; }

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

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

background-color css

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

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

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

border-color css

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

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

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