#B97883

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

Shades of Tapestry #B97883

Tints of Tapestry #B97883

Color information

#B97883 (or 0xB97883) is unknown color: approx Tapestry. HEX triplet: B9, 78 and 83. RGB value is (185,120,131). Sum of RGB (Red+Green+Blue) = 185+120+131=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97883 is #46877C. Grayscale: #8C8C8C. Windows color (decimal): -4622205 or 8616121. OLE color: 8616121.

HSL color Cylindrical-coordinate representation of color #B97883: hue angle of 349.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97883 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB185120131-
CMYK00.350.290.27
HSL349.85º31.71%59.8%-
HSV(B)349.85º35.14%72.55%-
XYZ30.8225.3924.75-
YUV140.69122.53159.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=42.43%
G=27.52%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512013100.350.290.27349.8531.7159.8
HexB978830231D1B15e203c
Octal27117020304335335364074
Binary1011100111110001000001101000111110111011101011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97883; }

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

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

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

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

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

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

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

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