#B27B89

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

Shades of Tapestry #B27B89

Tints of Tapestry #B27B89

Color information

#B27B89 (or 0xB27B89) is unknown color: approx Tapestry. HEX triplet: B2, 7B and 89. RGB value is (178,123,137). Sum of RGB (Red+Green+Blue) = 178+123+137=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B89 is #4D8476. Grayscale: #8D8D8D. Windows color (decimal): -5080183 or 9010098. OLE color: 9010098.

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

Color convert

RGB178123137-
CMYK00.310.230.30
HSL344.73º26.32%59.02%-
HSV(B)344.73º30.9%69.8%-
XYZ29.9625.4427-
YUV141.04125.72154.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=40.64%
G=28.08%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812313700.310.230.30344.7326.3259.02
HexB27B8901F171E1591a3b
Octal26217321103727365313273
Binary10110010111101110001001011111101111111010101100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B89; }

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

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

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

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

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

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

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

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