#B87483

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

Shades of Tapestry #B87483

Tints of Tapestry #B87483

Color information

#B87483 (or 0xB87483) is unknown color: approx Tapestry. HEX triplet: B8, 74 and 83. RGB value is (184,116,131). Sum of RGB (Red+Green+Blue) = 184+116+131=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B87483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87483 is #478B7C. Grayscale: #8A8A8A. Windows color (decimal): -4688765 or 8615096. OLE color: 8615096.

HSL color Cylindrical-coordinate representation of color #B87483: hue angle of 346.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87483 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184116131-
CMYK00.370.290.28
HSL346.76º32.38%58.82%-
HSV(B)346.76º36.96%72.16%-
XYZ30.1124.3224.58-
YUV138.04124.03160.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=42.69%
G=26.91%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411613100.370.290.28346.7632.3858.82
HexB874830251D1C15b203b
Octal27016420304535345334073
Binary1011100011101001000001101001011110111100101011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87483; }

 p { color: rgb(184,116,131); }

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

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

 a { background-color: rgb(184,116,131); }

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

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

 span { border-color: rgb(184,116,131); }

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