#B97794

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

Shades of Tapestry #B97794

Tints of Tapestry #B97794

Color information

#B97794 (or 0xB97794) is unknown color: approx Tapestry. HEX triplet: B9, 77 and 94. RGB value is (185,119,148). Sum of RGB (Red+Green+Blue) = 185+119+148=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B97794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97794 is #46886B. Grayscale: #8D8D8D. Windows color (decimal): -4622444 or 9729977. OLE color: 9729977.

HSL color Cylindrical-coordinate representation of color #B97794: hue angle of 333.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97794 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB185119148-
CMYK00.360.200.27
HSL333.64º32.04%59.61%-
HSV(B)333.64º35.68%72.55%-
XYZ31.9525.6531.28-
YUV142.04131.37158.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=40.93%
G=26.33%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511914800.360.200.27333.6432.0459.61
HexB97794024141B14e203c
Octal27116722404424335164074
Binary1011100111101111001010001001001010011011101001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97794; }

 p { color: rgb(185,119,148); }

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

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

 a { background-color: rgb(185,119,148); }

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

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

 span { border-color: rgb(185,119,148); }

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