#B67883

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

Shades of Tapestry #B67883

Tints of Tapestry #B67883

Color information

#B67883 (or 0xB67883) is unknown color: approx Tapestry. HEX triplet: B6, 78 and 83. RGB value is (182,120,131). Sum of RGB (Red+Green+Blue) = 182+120+131=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67883 is #49877C. Grayscale: #8B8B8B. Windows color (decimal): -4818813 or 8616118. OLE color: 8616118.

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

Color convert

RGB182120131-
CMYK00.340.280.29
HSL349.35º29.81%59.22%-
HSV(B)349.35º34.07%71.37%-
XYZ30.125.0224.71-
YUV139.79123.04158.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=42.03%
G=27.71%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212013100.340.280.29349.3529.8159.22
HexB678830221C1D15d1e3b
Octal26617020304234355353673
Binary101101101111000100000110100010111001110110101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67883; }

 p { color: rgb(182,120,131); }

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

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

 a { background-color: rgb(182,120,131); }

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

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

 span { border-color: rgb(182,120,131); }

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