#B97288

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

Shades of Tapestry #B97288

Tints of Tapestry #B97288

Color information

#B97288 (or 0xB97288) is unknown color: approx Tapestry. HEX triplet: B9, 72 and 88. RGB value is (185,114,136). Sum of RGB (Red+Green+Blue) = 185+114+136=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B97288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97288 is #468D77. Grayscale: #898989. Windows color (decimal): -4623736 or 8942265. OLE color: 8942265.

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

Color convert

RGB185114136-
CMYK00.380.260.27
HSL341.41º33.65%58.63%-
HSV(B)341.41º38.38%72.55%-
XYZ30.4724.1326.34-
YUV137.74127.02161.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=42.53%
G=26.21%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511413600.380.260.27341.4133.6558.63
HexB972880261A1B155223b
Octal27116221004632335254273
Binary1011100111100101000100001001101101011011101010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97288; }

 p { color: rgb(185,114,136); }

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

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

 a { background-color: rgb(185,114,136); }

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

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

 span { border-color: rgb(185,114,136); }

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