#B78687

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

Shades of Tapestry #B78687

Tints of Tapestry #B78687

Color information

#B78687 (or 0xB78687) is unknown color: approx Tapestry. HEX triplet: B7, 86 and 87. RGB value is (183,134,135). Sum of RGB (Red+Green+Blue) = 183+134+135=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B78687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78687 is #487978. Grayscale: #949494. Windows color (decimal): -4749689 or 8881847. OLE color: 8881847.

HSL color Cylindrical-coordinate representation of color #B78687: hue angle of 358.78º degrees, saturation: 0.25, 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 #B78687 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183134135-
CMYK00.270.260.28
HSL358.78º25.39%62.16%-
HSV(B)358.78º26.78%71.76%-
XYZ32.4328.8726.78-
YUV148.76120.23152.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=40.49%
G=29.65%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313413500.270.260.28358.7825.3962.16
HexB7868701B1A1C167193e
Octal26720620703332345473176
Binary101101111000011010000111011011110101110010110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78687; }

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

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

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

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

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

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

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

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