#B97181

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

Shades of Tapestry #B97181

Tints of Tapestry #B97181

Color information

#B97181 (or 0xB97181) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 81. RGB value is (185,113,129). Sum of RGB (Red+Green+Blue) = 185+113+129=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B97181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97181 is #468E7E. Grayscale: #888888. Windows color (decimal): -4623999 or 8483257. OLE color: 8483257.

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

Color convert

RGB185113129-
CMYK00.390.300.27
HSL346.67º33.96%58.43%-
HSV(B)346.67º38.92%72.55%-
XYZ29.8823.7123.77-
YUV136.35123.85162.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=43.33%
G=26.46%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511312900.390.300.27346.6733.9658.43
HexB971810271E1B15b223a
Octal27116120104736335334272
Binary1011100111100011000000101001111111011011101011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97181; }

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

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

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

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

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

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

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

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