Html Css Color HEX #B46986 Tapestry

📋 copy color: '#B46986'

red 180 ◦ green 105 ◦ blue 134

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

Shades of Tapestry #B46986

Tints of Tapestry #B46986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.98%

R = 42.96%
G = 25.06%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B46986 (or 0xB46986) is known color: Tapestry. HEX triplet: B4, 69 and 86. RGB value is (180,105,134). Sum of RGB (Red+Green+Blue) = 180+105+134=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B46986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46986 is #4B9679. Grayscale: #828282. Windows color (decimal): -4953722 or 8808884. OLE color: 8808884.

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

Color convert

RGB 180 105 134 -
CMYK 0 0.42 0.26 0.29
HSL 336.8º 0.33% 0.56% -
HSV(B) 336.8º 0.42% 0.71% -
XYZ 28.18 21.53 25.22 -
YUV 130.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 180 105 134 0 0.42 0.26 0.29 336.8 0.33 0.56
Hex B4 69 86 0 2A 1A 1D 151 21 38
Octal 264 151 206 0 52 32 35 521 41 70
Binary 10110100 1101001 10000110 0 101010 11010 11101 101010001 100001 111000

Color Harmonies of #B46986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46986

Black with #B46986

Text Example


Text Example

White with #B46986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46986; }

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

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

background-color css

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

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

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

border-color css

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

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

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