Html Css Color HEX #B46880 Tapestry

📋 copy color: '#B46880'

red 180 ◦ green 104 ◦ blue 128

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

Shades of Tapestry #B46880

Tints of Tapestry #B46880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 43.69%
G = 25.24%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B46880 (or 0xB46880) is known color: Tapestry. HEX triplet: B4, 68 and 80. RGB value is (180,104,128). Sum of RGB (Red+Green+Blue) = 180+104+128=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46880 is #4B977F. Grayscale: #818181. Windows color (decimal): -4953984 or 8415412. OLE color: 8415412.

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

Color convert

RGB 180 104 128 -
CMYK 0 0.42 0.29 0.29
HSL 341.05º 0.34% 0.56% -
HSV(B) 341.05º 0.42% 0.71% -
XYZ 27.67 21.16 23.05 -
YUV 129.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 180 104 128 0 0.42 0.29 0.29 341.05 0.34 0.56
Hex B4 68 80 0 2A 1D 1D 155 22 38
Octal 264 150 200 0 52 35 35 525 42 70
Binary 10110100 1101000 10000000 0 101010 11101 11101 101010101 100010 111000

Color Harmonies of #B46880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46880

Black with #B46880

Text Example


Text Example

White with #B46880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46880; }

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

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

background-color css

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

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

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

border-color css

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

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

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