#B48995

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

Shades of Viola #B48995

Tints of Viola #B48995

Color information

#B48995 (or 0xB48995) is unknown color: approx Viola. HEX triplet: B4, 89 and 95. RGB value is (180,137,149). Sum of RGB (Red+Green+Blue) = 180+137+149=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B48995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48995 is #4B766A. Grayscale: #979797. Windows color (decimal): -4945515 or 9800116. OLE color: 9800116.

HSL color Cylindrical-coordinate representation of color #B48995: hue angle of 343.26º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48995 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180137149-
CMYK00.240.170.29
HSL343.26º22.28%62.16%-
HSV(B)343.26º23.89%70.59%-
XYZ33.1929.7632.43-
YUV151.22126.75148.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=38.63%
G=29.40%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013714900.240.170.29343.2622.2862.16
HexB48995018111D157163e
Octal26421122503021355272676
Binary101101001000100110010101011000100011110110101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48995; }

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

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

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

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

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

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

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

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