#B68795

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

Shades of Viola #B68795

Tints of Viola #B68795

Color information

#B68795 (or 0xB68795) is unknown color: approx Viola. HEX triplet: B6, 87 and 95. RGB value is (182,135,149). Sum of RGB (Red+Green+Blue) = 182+135+149=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B68795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68795 is #49786A. Grayscale: #969696. Windows color (decimal): -4814955 or 9799606. OLE color: 9799606.

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

Color convert

RGB182135149-
CMYK00.260.180.29
HSL342.13º24.35%62.16%-
HSV(B)342.13º25.82%71.37%-
XYZ33.3829.4432.36-
YUV150.65127.07150.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=39.06%
G=28.97%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213514900.260.180.29342.1324.3562.16
HexB6879501A121D156183e
Octal26620722503222355263076
Binary101101101000011110010101011010100101110110101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68795; }

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

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

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

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

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

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

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

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