#B68589

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

Shades of Tapestry #B68589

Tints of Tapestry #B68589

Color information

#B68589 (or 0xB68589) is unknown color: approx Tapestry. HEX triplet: B6, 85 and 89. RGB value is (182,133,137). Sum of RGB (Red+Green+Blue) = 182+133+137=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B68589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68589 is #497A76. Grayscale: #949494. Windows color (decimal): -4815479 or 9012662. OLE color: 9012662.

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

Color convert

RGB182133137-
CMYK00.270.250.29
HSL355.1º25.13%61.76%-
HSV(B)355.1º26.92%71.37%-
XYZ32.1928.5327.48-
YUV148.11121.73152.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=40.27%
G=29.42%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213313700.270.250.29355.125.1361.76
HexB6858901B191D163193e
Octal26620521103331355433176
Binary101101101000010110001001011011110011110110110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68589; }

 p { color: rgb(182,133,137); }

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

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

 a { background-color: rgb(182,133,137); }

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

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

 span { border-color: rgb(182,133,137); }

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