#B49095

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

Shades of Viola #B49095

Tints of Viola #B49095

Color information

#B49095 (or 0xB49095) is unknown color: approx Viola. HEX triplet: B4, 90 and 95. RGB value is (180,144,149). Sum of RGB (Red+Green+Blue) = 180+144+149=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B49095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49095 is #4B6F6A. Grayscale: #9B9B9B. Windows color (decimal): -4943723 or 9801908. OLE color: 9801908.

HSL color Cylindrical-coordinate representation of color #B49095: hue angle of 351.67º 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 #B49095 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180144149-
CMYK00.20.170.29
HSL351.67º19.35%63.53%-
HSV(B)351.67º20%70.59%-
XYZ34.2231.8232.77-
YUV155.33124.43145.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=38.05%
G=30.44%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014414900.20.170.29351.6719.3563.53
HexB49095014111D1601340
Octal264220225024213554023100
Binary1011010010010000100101010101001000111101101100000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49095; }

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

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

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

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

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

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

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

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