#B68388

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

Shades of Tapestry #B68388

Tints of Tapestry #B68388

Color information

#B68388 (or 0xB68388) is unknown color: approx Tapestry. HEX triplet: B6, 83 and 88. RGB value is (182,131,136). Sum of RGB (Red+Green+Blue) = 182+131+136=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68388 is #497C77. Grayscale: #929292. Windows color (decimal): -4815992 or 8946614. OLE color: 8946614.

HSL color Cylindrical-coordinate representation of color #B68388: hue angle of 354.12º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B68388 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB182131136-
CMYK00.280.250.29
HSL354.12º25.89%61.37%-
HSV(B)354.12º28.02%71.37%-
XYZ31.8527.9627.01-
YUV146.82121.9153.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=40.53%
G=29.18%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213113600.280.250.29354.1225.8961.37
HexB6838801C191D1621a3d
Octal26620321003431355423275
Binary101101101000001110001000011100110011110110110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68388; }

 p { color: rgb(182,131,136); }

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

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

 a { background-color: rgb(182,131,136); }

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

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

 span { border-color: rgb(182,131,136); }

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