Html Css Color HEX #B46882 Tapestry

📋 copy color: '#B46882'

red 180 ◦ green 104 ◦ blue 130

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

Shades of Tapestry #B46882

Tints of Tapestry #B46882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.4%

R = 43.48%
G = 25.12%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B46882 (or 0xB46882) is known color: Tapestry. HEX triplet: B4, 68 and 82. RGB value is (180,104,130). Sum of RGB (Red+Green+Blue) = 180+104+130=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B46882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46882 is #4B977D. Grayscale: #818181. Windows color (decimal): -4953982 or 8546484. OLE color: 8546484.

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

Color convert

RGB 180 104 130 -
CMYK 0 0.42 0.28 0.29
HSL 339.47º 0.34% 0.56% -
HSV(B) 339.47º 0.42% 0.71% -
XYZ 27.8 21.22 23.75 -
YUV 129.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 180 104 130 0 0.42 0.28 0.29 339.47 0.34 0.56
Hex B4 68 82 0 2A 1C 1D 153 22 38
Octal 264 150 202 0 52 34 35 523 42 70
Binary 10110100 1101000 10000010 0 101010 11100 11101 101010011 100010 111000

Color Harmonies of #B46882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46882

Black with #B46882

Text Example


Text Example

White with #B46882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46882; }

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

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

background-color css

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

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

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

border-color css

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

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

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