#B97581

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

Shades of Tapestry #B97581

Tints of Tapestry #B97581

Color information

#B97581 (or 0xB97581) is unknown color: approx Tapestry. HEX triplet: B9, 75 and 81. RGB value is (185,117,129). Sum of RGB (Red+Green+Blue) = 185+117+129=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B97581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97581 is #468A7E. Grayscale: #8A8A8A. Windows color (decimal): -4622975 or 8484281. OLE color: 8484281.

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

Color convert

RGB185117129-
CMYK00.370.300.27
HSL349.41º32.69%59.22%-
HSV(B)349.41º36.76%72.55%-
XYZ30.3324.6223.92-
YUV138.7122.53161.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=42.92%
G=27.15%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511712900.370.300.27349.4132.6959.22
HexB975810251E1B15d213b
Octal27116520104536335354173
Binary1011100111101011000000101001011111011011101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97581; }

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

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

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

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

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

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

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

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