#B68287

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

Shades of Tapestry #B68287

Tints of Tapestry #B68287

Color information

#B68287 (or 0xB68287) is unknown color: approx Tapestry. HEX triplet: B6, 82 and 87. RGB value is (182,130,135). Sum of RGB (Red+Green+Blue) = 182+130+135=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B68287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68287 is #497D78. Grayscale: #929292. Windows color (decimal): -4816249 or 8880822. OLE color: 8880822.

HSL color Cylindrical-coordinate representation of color #B68287: hue angle of 354.23º 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 #B68287 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182130135-
CMYK00.290.260.29
HSL354.23º26.26%61.18%-
HSV(B)354.23º28.57%71.37%-
XYZ31.6527.6626.59-
YUV146.12121.73153.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=40.72%
G=29.08%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213013500.290.260.29354.2326.2661.18
HexB6828701D1A1D1621a3d
Octal26620220703532355423275
Binary101101101000001010000111011101110101110110110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68287; }

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

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

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

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

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

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

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

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