#B58B96

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

Shades of Viola #B58B96

Tints of Viola #B58B96

Color information

#B58B96 (or 0xB58B96) is unknown color: approx Viola. HEX triplet: B5, 8B and 96. RGB value is (181,139,150). Sum of RGB (Red+Green+Blue) = 181+139+150=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B96 is #4A7469. Grayscale: #989898. Windows color (decimal): -4879466 or 9866165. OLE color: 9866165.

HSL color Cylindrical-coordinate representation of color #B58B96: hue angle of 344.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58B96 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB181139150-
CMYK00.230.170.29
HSL344.29º22.11%62.75%-
HSV(B)344.29º23.2%70.98%-
XYZ33.7930.4932.96-
YUV152.81126.41148.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=38.51%
G=29.57%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113915000.230.170.29344.2922.1162.75
HexB58B96017111D158163f
Octal26521322602721355302677
Binary101101011000101110010110010111100011110110101100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B96; }

 p { color: rgb(181,139,150); }

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

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

 a { background-color: rgb(181,139,150); }

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

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

 span { border-color: rgb(181,139,150); }

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