#B49093

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

Shades of Viola #B49093

Tints of Viola #B49093

Color information

#B49093 (or 0xB49093) is unknown color: approx Viola. HEX triplet: B4, 90 and 93. RGB value is (180,144,147). Sum of RGB (Red+Green+Blue) = 180+144+147=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B49093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49093 is #4B6F6C. Grayscale: #9B9B9B. Windows color (decimal): -4943725 or 9670836. OLE color: 9670836.

HSL color Cylindrical-coordinate representation of color #B49093: hue angle of 355º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B49093 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180144147-
CMYK00.20.180.29
HSL355º19.35%63.53%-
HSV(B)355º20%70.59%-
XYZ34.0631.7631.94-
YUV155.11123.43145.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=38.22%
G=30.57%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014414700.20.180.2935519.3563.53
HexB49093014121D1631340
Octal264220223024223554323100
Binary1011010010010000100100110101001001011101101100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49093; }

 p { color: rgb(180,144,147); }

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

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

 a { background-color: rgb(180,144,147); }

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

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

 span { border-color: rgb(180,144,147); }

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