#B68797

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

Shades of Viola #B68797

Tints of Viola #B68797

Color information

#B68797 (or 0xB68797) is unknown color: approx Viola. HEX triplet: B6, 87 and 97. RGB value is (182,135,151). Sum of RGB (Red+Green+Blue) = 182+135+151=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B68797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68797 is #497868. Grayscale: #969696. Windows color (decimal): -4814953 or 9930678. OLE color: 9930678.

HSL color Cylindrical-coordinate representation of color #B68797: hue angle of 339.57º 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 #B68797 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB182135151-
CMYK00.260.170.29
HSL339.57º24.35%62.16%-
HSV(B)339.57º25.82%71.37%-
XYZ33.5429.5133.21-
YUV150.88128.07150.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=38.89%
G=28.85%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213515100.260.170.29339.5724.3562.16
HexB6879701A111D154183e
Octal26620722703221355243076
Binary101101101000011110010111011010100011110110101010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68797; }

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

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

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

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

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

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

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

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