#B67E92

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

Shades of Tapestry #B67E92

Tints of Tapestry #B67E92

Color information

#B67E92 (or 0xB67E92) is unknown color: approx Tapestry. HEX triplet: B6, 7E and 92. RGB value is (182,126,146). Sum of RGB (Red+Green+Blue) = 182+126+146=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67E92 is #49816D. Grayscale: #919191. Windows color (decimal): -4817262 or 9600694. OLE color: 9600694.

HSL color Cylindrical-coordinate representation of color #B67E92: hue angle of 338.57º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67E92 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB182126146-
CMYK00.310.200.29
HSL338.57º27.72%60.39%-
HSV(B)338.57º30.77%71.37%-
XYZ31.9426.9430.71-
YUV145.02128.55154.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=40.09%
G=27.75%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212614600.310.200.29338.5727.7260.39
HexB67E9201F141D1531c3c
Octal26617622203724355233474
Binary10110110111111010010010011111101001110110101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E92; }

 p { color: rgb(182,126,146); }

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

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

 a { background-color: rgb(182,126,146); }

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

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

 span { border-color: rgb(182,126,146); }

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