#B88687

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

Shades of Tapestry #B88687

Tints of Tapestry #B88687

Color information

#B88687 (or 0xB88687) is unknown color: approx Tapestry. HEX triplet: B8, 86 and 87. RGB value is (184,134,135). Sum of RGB (Red+Green+Blue) = 184+134+135=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B88687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88687 is #477978. Grayscale: #959595. Windows color (decimal): -4684153 or 8881848. OLE color: 8881848.

HSL color Cylindrical-coordinate representation of color #B88687: hue angle of 358.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88687 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB184134135-
CMYK00.270.270.28
HSL358.8º26.04%62.35%-
HSV(B)358.8º27.17%72.16%-
XYZ32.6728.9926.8-
YUV149.06120.06152.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=40.62%
G=29.58%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413413500.270.270.28358.826.0462.35
HexB8868701B1B1C1671a3e
Octal27020620703333345473276
Binary101110001000011010000111011011110111110010110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88687; }

 p { color: rgb(184,134,135); }

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

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

 a { background-color: rgb(184,134,135); }

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

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

 span { border-color: rgb(184,134,135); }

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