#B98395

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

Shades of Viola #B98395

Tints of Viola #B98395

Color information

#B98395 (or 0xB98395) is unknown color: approx Viola. HEX triplet: B9, 83 and 95. RGB value is (185,131,149). Sum of RGB (Red+Green+Blue) = 185+131+149=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B98395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98395 is #467C6A. Grayscale: #959595. Windows color (decimal): -4619371 or 9798585. OLE color: 9798585.

HSL color Cylindrical-coordinate representation of color #B98395: hue angle of 340º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98395 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB185131149-
CMYK00.290.190.27
HSL340º27.84%61.96%-
HSV(B)340º29.19%72.55%-
XYZ33.5528.7232.21-
YUV149.2127.89153.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=39.78%
G=28.17%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513114900.290.190.2734027.8461.96
HexB9839501D131B1541c3e
Octal27120322503523335243476
Binary101110011000001110010101011101100111101110101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98395; }

 p { color: rgb(185,131,149); }

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

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

 a { background-color: rgb(185,131,149); }

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

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

 span { border-color: rgb(185,131,149); }

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