#B38D96

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

Shades of Viola #B38D96

Tints of Viola #B38D96

Color information

#B38D96 (or 0xB38D96) is unknown color: approx Viola. HEX triplet: B3, 8D and 96. RGB value is (179,141,150). Sum of RGB (Red+Green+Blue) = 179+141+150=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D96 is #4C7269. Grayscale: #999999. Windows color (decimal): -5010026 or 9866675. OLE color: 9866675.

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

Color convert

RGB179141150-
CMYK00.210.160.30
HSL345.79º20%62.75%-
HSV(B)345.79º21.23%70.2%-
XYZ33.6230.8433.03-
YUV153.39126.09146.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=38.09%
G=30%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914115000.210.160.30345.792062.75
HexB38D96015101E15a143f
Octal26321522602520365322477
Binary101100111000110110010110010101100001111010101101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D96; }

 p { color: rgb(179,141,150); }

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

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

 a { background-color: rgb(179,141,150); }

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

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

 span { border-color: rgb(179,141,150); }

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