#B97083

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

Shades of Tapestry #B97083

Tints of Tapestry #B97083

Color information

#B97083 (or 0xB97083) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 83. RGB value is (185,112,131). Sum of RGB (Red+Green+Blue) = 185+112+131=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97083 is #468F7C. Grayscale: #878787. Windows color (decimal): -4624253 or 8614073. OLE color: 8614073.

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

Color convert

RGB185112131-
CMYK00.390.290.27
HSL344.38º34.27%58.24%-
HSV(B)344.38º39.46%72.55%-
XYZ29.923.5424.44-
YUV135.99125.18162.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=43.22%
G=26.17%
B=30.61%

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
Decimal18511213100.390.290.27344.3834.2758.24
HexB970830271D1B158223a
Octal27116020304735335304272
Binary1011100111100001000001101001111110111011101011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97083; }

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

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

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

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

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

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

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

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