#B68190

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

Shades of Tapestry #B68190

Tints of Tapestry #B68190

Color information

#B68190 (or 0xB68190) is unknown color: approx Tapestry. HEX triplet: B6, 81 and 90. RGB value is (182,129,144). Sum of RGB (Red+Green+Blue) = 182+129+144=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B68190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68190 is #497E6F. Grayscale: #929292. Windows color (decimal): -4816496 or 9470390. OLE color: 9470390.

HSL color Cylindrical-coordinate representation of color #B68190: hue angle of 343.02º degrees, saturation: 0.27, 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 #B68190 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB182129144-
CMYK00.290.210.29
HSL343.02º26.63%60.98%-
HSV(B)343.02º29.12%71.37%-
XYZ32.1827.6630.03-
YUV146.56126.56153.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=40%
G=28.35%
B=31.65%

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
Decimal18212914400.290.210.29343.0226.6360.98
HexB6819001D151D1571b3d
Octal26620122003525355273375
Binary101101101000000110010000011101101011110110101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68190; }

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

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

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

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

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

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

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

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