#B97183

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

Shades of Tapestry #B97183

Tints of Tapestry #B97183

Color information

#B97183 (or 0xB97183) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 83. RGB value is (185,113,131). Sum of RGB (Red+Green+Blue) = 185+113+131=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B97183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97183 is #468E7C. Grayscale: #888888. Windows color (decimal): -4623997 or 8614329. OLE color: 8614329.

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

Color convert

RGB185113131-
CMYK00.390.290.27
HSL345º33.96%58.43%-
HSV(B)345º38.92%72.55%-
XYZ30.0123.7624.48-
YUV136.58124.85162.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=43.12%
G=26.34%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511313100.390.290.2734533.9658.43
HexB971830271D1B159223a
Octal27116120304735335314272
Binary1011100111100011000001101001111110111011101011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97183; }

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

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

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

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

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

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

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

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