#B67A92

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

Shades of Tapestry #B67A92

Tints of Tapestry #B67A92

Color information

#B67A92 (or 0xB67A92) is unknown color: approx Tapestry. HEX triplet: B6, 7A and 92. RGB value is (182,122,146). Sum of RGB (Red+Green+Blue) = 182+122+146=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A92 is #49856D. Grayscale: #8E8E8E. Windows color (decimal): -4818286 or 9599670. OLE color: 9599670.

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

Color convert

RGB182122146-
CMYK00.330.200.29
HSL336º29.13%59.61%-
HSV(B)336º32.97%71.37%-
XYZ31.4425.9430.54-
YUV142.68129.88156.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=40.44%
G=27.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212214600.330.200.2933629.1359.61
HexB67A92021141D1501d3c
Octal26617222204124355203574
Binary101101101111010100100100100001101001110110101000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A92; }

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

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

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

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

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

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

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

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