#B08592

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

Shades of Tapestry #B08592

Tints of Tapestry #B08592

Color information

#B08592 (or 0xB08592) is unknown color: approx Tapestry. HEX triplet: B0, 85 and 92. RGB value is (176,133,146). Sum of RGB (Red+Green+Blue) = 176+133+146=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08592 is #4F7A6D. Grayscale: #939393. Windows color (decimal): -5208686 or 9602480. OLE color: 9602480.

HSL color Cylindrical-coordinate representation of color #B08592: hue angle of 341.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08592 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176133146-
CMYK00.240.170.31
HSL341.86º21.39%60.59%-
HSV(B)341.86º24.43%69.02%-
XYZ31.4828.0830.96-
YUV147.34127.25148.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=38.68%
G=29.23%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613314600.240.170.31341.8621.3960.59
HexB08592018111F156153d
Octal26020522203021375262575
Binary101100001000010110010010011000100011111110101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08592; }

 p { color: rgb(176,133,146); }

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

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

 a { background-color: rgb(176,133,146); }

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

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

 span { border-color: rgb(176,133,146); }

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