Html Css Color HEX #B86880 Tapestry

📋 copy color: '#B86880'

red 184 ◦ green 104 ◦ blue 128

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

Shades of Tapestry #B86880

Tints of Tapestry #B86880

RGB

 RED value IS 184 (72.27% from 255) = 44.23%

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

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

R = 44.23%
G = 25%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B86880 (or 0xB86880) is known color: Tapestry. HEX triplet: B8, 68 and 80. RGB value is (184,104,128). Sum of RGB (Red+Green+Blue) = 184+104+128=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86880 is #47977F. Grayscale: #828282. Windows color (decimal): -4691840 or 8415416. OLE color: 8415416.

HSL color Cylindrical-coordinate representation of color #B86880: hue angle of 342º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86880 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 104 128 -
CMYK 0 0.43 0.30 0.28
HSL 342º 0.36% 0.56% -
HSV(B) 342º 0.43% 0.72% -
XYZ 28.61 21.65 23.09 -
YUV 130.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 184 104 128 0 0.43 0.30 0.28 342 0.36 0.56
Hex B8 68 80 0 2B 1E 1C 156 24 38
Octal 270 150 200 0 53 36 34 526 44 70
Binary 10111000 1101000 10000000 0 101011 11110 11100 101010110 100100 111000

Color Harmonies of #B86880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86880

Black with #B86880

Text Example


Text Example

White with #B86880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86880; }

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

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

background-color css

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

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

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

border-color css

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

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

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