#B27389

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

Shades of Tapestry #B27389

Tints of Tapestry #B27389

Color information

#B27389 (or 0xB27389) is unknown color: approx Tapestry. HEX triplet: B2, 73 and 89. RGB value is (178,115,137). Sum of RGB (Red+Green+Blue) = 178+115+137=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B27389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27389 is #4D8C76. Grayscale: #888888. Windows color (decimal): -5082231 or 9008050. OLE color: 9008050.

HSL color Cylindrical-coordinate representation of color #B27389: hue angle of 339.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27389 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB178115137-
CMYK00.350.230.30
HSL339.05º29.03%57.45%-
HSV(B)339.05º35.39%69.8%-
XYZ29.0123.5326.68-
YUV136.34128.37157.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=41.40%
G=26.74%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811513700.350.230.30339.0529.0357.45
HexB27389023171E1531d39
Octal26216321104327365233571
Binary101100101110011100010010100011101111111010101001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27389; }

 p { color: rgb(178,115,137); }

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

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

 a { background-color: rgb(178,115,137); }

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

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

 span { border-color: rgb(178,115,137); }

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