#B38896

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

Shades of Viola #B38896

Tints of Viola #B38896

Color information

#B38896 (or 0xB38896) is unknown color: approx Viola. HEX triplet: B3, 88 and 96. RGB value is (179,136,150). Sum of RGB (Red+Green+Blue) = 179+136+150=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B38896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38896 is #4C7769. Grayscale: #969696. Windows color (decimal): -5011306 or 9865395. OLE color: 9865395.

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

Color convert

RGB179136150-
CMYK00.240.160.30
HSL340.47º22.05%61.76%-
HSV(B)340.47º24.02%70.2%-
XYZ32.929.3932.79-
YUV150.45127.75148.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=38.49%
G=29.25%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913615000.240.160.30340.4722.0561.76
HexB38896018101E154163e
Octal26321022603020365242676
Binary101100111000100010010110011000100001111010101010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38896; }

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

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

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

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

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

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

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

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