#B67792

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

Shades of Tapestry #B67792

Tints of Tapestry #B67792

Color information

#B67792 (or 0xB67792) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 92. RGB value is (182,119,146). Sum of RGB (Red+Green+Blue) = 182+119+146=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B67792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67792 is #49886D. Grayscale: #8C8C8C. Windows color (decimal): -4819054 or 9598902. OLE color: 9598902.

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

Color convert

RGB182119146-
CMYK00.350.200.29
HSL334.29º30.14%59.02%-
HSV(B)334.29º34.62%71.37%-
XYZ31.0825.2130.42-
YUV140.92130.87157.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=40.72%
G=26.62%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211914600.350.200.29334.2930.1459.02
HexB67792023141D14e1e3b
Octal26616722204324355163673
Binary101101101110111100100100100011101001110110100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67792; }

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

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

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

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

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

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

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

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