#B67290

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

Shades of Tapestry #B67290

Tints of Tapestry #B67290

Color information

#B67290 (or 0xB67290) is unknown color: approx Tapestry. HEX triplet: B6, 72 and 90. RGB value is (182,114,144). Sum of RGB (Red+Green+Blue) = 182+114+144=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B67290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67290 is #498D6F. Grayscale: #898989. Windows color (decimal): -4820336 or 9466550. OLE color: 9466550.

HSL color Cylindrical-coordinate representation of color #B67290: hue angle of 333.53º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67290 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB182114144-
CMYK00.370.210.29
HSL333.53º31.78%58.04%-
HSV(B)333.53º37.36%71.37%-
XYZ30.3423.9929.42-
YUV137.75131.53159.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=41.36%
G=25.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211414400.370.210.29333.5331.7858.04
HexB67290025151D14e203a
Octal26616222004525355164072
Binary1011011011100101001000001001011010111101101001110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67290; }

 p { color: rgb(182,114,144); }

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

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

 a { background-color: rgb(182,114,144); }

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

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

 span { border-color: rgb(182,114,144); }

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