#B68595

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

Shades of Viola #B68595

Tints of Viola #B68595

Color information

#B68595 (or 0xB68595) is unknown color: approx Viola. HEX triplet: B6, 85 and 95. RGB value is (182,133,149). Sum of RGB (Red+Green+Blue) = 182+133+149=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B68595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68595 is #497A6A. Grayscale: #959595. Windows color (decimal): -4815467 or 9799094. OLE color: 9799094.

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

Color convert

RGB182133149-
CMYK00.270.180.29
HSL340.41º25.13%61.76%-
HSV(B)340.41º26.92%71.37%-
XYZ33.128.8932.27-
YUV149.48127.73151.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=39.22%
G=28.66%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213314900.270.180.29340.4125.1361.76
HexB6859501B121D154193e
Octal26620522503322355243176
Binary101101101000010110010101011011100101110110101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68595; }

 p { color: rgb(182,133,149); }

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

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

 a { background-color: rgb(182,133,149); }

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

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

 span { border-color: rgb(182,133,149); }

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