#B27B8A

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

Shades of Tapestry #B27B8A

Tints of Tapestry #B27B8A

Color information

#B27B8A (or 0xB27B8A) is unknown color: approx Tapestry. HEX triplet: B2, 7B and 8A. RGB value is (178,123,138). Sum of RGB (Red+Green+Blue) = 178+123+138=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B8A is #4D8475. Grayscale: #8D8D8D. Windows color (decimal): -5080182 or 9075634. OLE color: 9075634.

HSL color Cylindrical-coordinate representation of color #B27B8A: hue angle of 343.64º 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 #B27B8A is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178123138-
CMYK00.310.220.30
HSL343.64º26.32%59.02%-
HSV(B)343.64º30.9%69.8%-
XYZ30.0325.4727.38-
YUV141.16126.22154.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=40.55%
G=28.02%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812313800.310.220.30343.6426.3259.02
HexB27B8A01F161E1581a3b
Octal26217321203726365303273
Binary10110010111101110001010011111101101111010101100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B8A; }

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

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

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

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

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

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

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

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