#B86990

Color #B86990 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B86990

Tints of Tapestry #B86990

Color information

#B86990 (or 0xB86990) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 90. RGB value is (184,105,144). Sum of RGB (Red+Green+Blue) = 184+105+144=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B86990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86990 is #47966F. Grayscale: #848484. Windows color (decimal): -4691568 or 9464248. OLE color: 9464248.

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

Color convert

RGB184105144-
CMYK00.430.220.28
HSL330.38º35.75%56.67%-
HSV(B)330.38º42.93%72.16%-
XYZ29.8522.3129.12-
YUV133.07134.17164.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=42.49%
G=24.25%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410514400.430.220.28330.3835.7556.67
HexB8699002B161C14a2439
Octal27015122005326345124471
Binary1011100011010011001000001010111011011100101001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86990; }

 p { color: rgb(184,105,144); }

 H1.HeaderClassName
 {
   color: #B86990;
 }
 .AnyTagClassName
 {
   color: #B86990;
 }
</style>
background-color css

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

 a { background-color: rgb(184,105,144); }

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

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

 span { border-color: rgb(184,105,144); }

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