Html Css Color HEX #B46886 Tapestry

📋 copy color: '#B46886'

red 180 ◦ green 104 ◦ blue 134

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

Shades of Tapestry #B46886

Tints of Tapestry #B46886

RGB

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

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

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

R = 43.06%
G = 24.88%
B = 32.06%

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

#B46886 (or 0xB46886) is known color: Tapestry. HEX triplet: B4, 68 and 86. RGB value is (180,104,134). Sum of RGB (Red+Green+Blue) = 180+104+134=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B46886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46886 is #4B9779. Grayscale: #828282. Windows color (decimal): -4953978 or 8808628. OLE color: 8808628.

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

Color convert

RGB 180 104 134 -
CMYK 0 0.42 0.26 0.29
HSL 336.32º 0.34% 0.56% -
HSV(B) 336.32º 0.42% 0.71% -
XYZ 28.08 21.33 25.19 -
YUV 130.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 180 104 134 0 0.42 0.26 0.29 336.32 0.34 0.56
Hex B4 68 86 0 2A 1A 1D 150 22 38
Octal 264 150 206 0 52 32 35 520 42 70
Binary 10110100 1101000 10000110 0 101010 11010 11101 101010000 100010 111000

Color Harmonies of #B46886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46886

Black with #B46886

Text Example


Text Example

White with #B46886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46886; }

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

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

background-color css

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

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

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

border-color css

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

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

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