#B68290

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

Shades of Tapestry #B68290

Tints of Tapestry #B68290

Color information

#B68290 (or 0xB68290) is unknown color: approx Tapestry. HEX triplet: B6, 82 and 90. RGB value is (182,130,144). Sum of RGB (Red+Green+Blue) = 182+130+144=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B68290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68290 is #497D6F. Grayscale: #939393. Windows color (decimal): -4816240 or 9470646. OLE color: 9470646.

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

Color convert

RGB182130144-
CMYK00.290.210.29
HSL343.85º26.26%61.18%-
HSV(B)343.85º28.57%71.37%-
XYZ32.3127.9230.07-
YUV147.14126.23152.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=39.91%
G=28.51%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213014400.290.210.29343.8526.2661.18
HexB6829001D151D1581a3d
Octal26620222003525355303275
Binary101101101000001010010000011101101011110110101100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68290; }

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

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

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

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

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

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

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

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