#B97280

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

Shades of Tapestry #B97280

Tints of Tapestry #B97280

Color information

#B97280 (or 0xB97280) is unknown color: approx Tapestry. HEX triplet: B9, 72 and 80. RGB value is (185,114,128). Sum of RGB (Red+Green+Blue) = 185+114+128=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B97280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97280 is #468D7F. Grayscale: #888888. Windows color (decimal): -4623744 or 8417977. OLE color: 8417977.

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

Color convert

RGB185114128-
CMYK00.380.310.27
HSL348.17º33.65%58.63%-
HSV(B)348.17º38.38%72.55%-
XYZ29.9223.9123.46-
YUV136.82123.02162.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=43.33%
G=26.70%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511412800.380.310.27348.1733.6558.63
HexB972800261F1B15c223b
Octal27116220004637335344273
Binary1011100111100101000000001001101111111011101011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97280; }

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

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

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

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

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

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

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

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