#B97281

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

Shades of Tapestry #B97281

Tints of Tapestry #B97281

Color information

#B97281 (or 0xB97281) is unknown color: approx Tapestry. HEX triplet: B9, 72 and 81. RGB value is (185,114,129). Sum of RGB (Red+Green+Blue) = 185+114+129=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97281 is #468D7E. Grayscale: #888888. Windows color (decimal): -4623743 or 8483513. OLE color: 8483513.

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

Color convert

RGB185114129-
CMYK00.380.300.27
HSL347.32º33.65%58.63%-
HSV(B)347.32º38.38%72.55%-
XYZ29.9923.9323.81-
YUV136.94123.52162.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=43.22%
G=26.64%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511412900.380.300.27347.3233.6558.63
HexB972810261E1B15b223b
Octal27116220104636335334273
Binary1011100111100101000000101001101111011011101011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97281; }

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

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

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

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

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

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

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

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