#B67289

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

Shades of Tapestry #B67289

Tints of Tapestry #B67289

Color information

#B67289 (or 0xB67289) is unknown color: approx Tapestry. HEX triplet: B6, 72 and 89. RGB value is (182,114,137). Sum of RGB (Red+Green+Blue) = 182+114+137=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67289 is #498D76. Grayscale: #888888. Windows color (decimal): -4820343 or 9007798. OLE color: 9007798.

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

Color convert

RGB182114137-
CMYK00.370.250.29
HSL339.71º31.78%58.04%-
HSV(B)339.71º37.36%71.37%-
XYZ29.8223.7926.69-
YUV136.95128.03160.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=42.03%
G=26.33%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211413700.370.250.29339.7131.7858.04
HexB67289025191D154203a
Octal26616221104531355244072
Binary1011011011100101000100101001011100111101101010100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67289; }

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

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

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

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

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

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

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

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