#B38E95

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

Shades of Viola #B38E95

Tints of Viola #B38E95

Color information

#B38E95 (or 0xB38E95) is unknown color: approx Viola. HEX triplet: B3, 8E and 95. RGB value is (179,142,149). Sum of RGB (Red+Green+Blue) = 179+142+149=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E95 is #4C716A. Grayscale: #999999. Windows color (decimal): -5009771 or 9801395. OLE color: 9801395.

HSL color Cylindrical-coordinate representation of color #B38E95: hue angle of 348.65º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38E95 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179142149-
CMYK00.210.170.30
HSL348.65º19.58%62.94%-
HSV(B)348.65º20.67%70.2%-
XYZ33.6931.132.66-
YUV153.86125.26145.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=38.09%
G=30.21%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914214900.210.170.30348.6519.5862.94
HexB38E95015111E15d143f
Octal26321622502521365352477
Binary101100111000111010010101010101100011111010101110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E95; }

 p { color: rgb(179,142,149); }

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

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

 a { background-color: rgb(179,142,149); }

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

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

 span { border-color: rgb(179,142,149); }

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