#B97182

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

Shades of Tapestry #B97182

Tints of Tapestry #B97182

Color information

#B97182 (or 0xB97182) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 82. RGB value is (185,113,130). Sum of RGB (Red+Green+Blue) = 185+113+130=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97182 is #468E7D. Grayscale: #888888. Windows color (decimal): -4623998 or 8548793. OLE color: 8548793.

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

Color convert

RGB185113130-
CMYK00.390.300.27
HSL345.83º33.96%58.43%-
HSV(B)345.83º38.92%72.55%-
XYZ29.9423.7424.12-
YUV136.47124.35162.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=43.22%
G=26.40%
B=30.37%

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
Decimal18511313000.390.300.27345.8333.9658.43
HexB971820271E1B15a223a
Octal27116120204736335324272
Binary1011100111100011000001001001111111011011101011010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97182; }

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

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

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

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

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

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

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

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