#B38E92

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

Shades of Viola #B38E92

Tints of Viola #B38E92

Color information

#B38E92 (or 0xB38E92) is unknown color: approx Viola. HEX triplet: B3, 8E and 92. RGB value is (179,142,146). Sum of RGB (Red+Green+Blue) = 179+142+146=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E92 is #4C716D. Grayscale: #999999. Windows color (decimal): -5009774 or 9604787. OLE color: 9604787.

HSL color Cylindrical-coordinate representation of color #B38E92: hue angle of 353.51º 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 #B38E92 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179142146-
CMYK00.210.180.30
HSL353.51º19.58%62.94%-
HSV(B)353.51º20.67%70.2%-
XYZ33.4531.0131.42-
YUV153.52123.76146.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=38.33%
G=30.41%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914214600.210.180.30353.5119.5862.94
HexB38E92015121E162143f
Octal26321622202522365422477
Binary101100111000111010010010010101100101111010110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E92; }

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

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

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

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

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

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

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

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