#B27592

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

Shades of Tapestry #B27592

Tints of Tapestry #B27592

Color information

#B27592 (or 0xB27592) is unknown color: approx Tapestry. HEX triplet: B2, 75 and 92. RGB value is (178,117,146). Sum of RGB (Red+Green+Blue) = 178+117+146=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B27592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27592 is #4D8A6D. Grayscale: #8A8A8A. Windows color (decimal): -5081710 or 9598386. OLE color: 9598386.

HSL color Cylindrical-coordinate representation of color #B27592: hue angle of 331.48º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27592 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB178117146-
CMYK00.340.180.30
HSL331.48º28.37%57.84%-
HSV(B)331.48º34.27%69.8%-
XYZ29.9124.2630.3-
YUV138.55132.21156.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=40.36%
G=26.53%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811714600.340.180.30331.4828.3757.84
HexB27592022121E14b1c3a
Octal26216522204222365133472
Binary101100101110101100100100100010100101111010100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27592; }

 p { color: rgb(178,117,146); }

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

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

 a { background-color: rgb(178,117,146); }

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

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

 span { border-color: rgb(178,117,146); }

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