#B68D8F

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

Shades of Viola #B68D8F

Tints of Viola #B68D8F

Color information

#B68D8F (or 0xB68D8F) is unknown color: approx Viola. HEX triplet: B6, 8D and 8F. RGB value is (182,141,143). Sum of RGB (Red+Green+Blue) = 182+141+143=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D8F is #497270. Grayscale: #999999. Windows color (decimal): -4813425 or 9407926. OLE color: 9407926.

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

Color convert

RGB182141143-
CMYK00.230.210.29
HSL357.07º21.93%63.33%-
HSV(B)357.07º22.53%71.37%-
XYZ33.7730.9830.19-
YUV153.49122.08148.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=39.06%
G=30.26%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214114300.230.210.29357.0721.9363.33
HexB68D8F017151D165163f
Octal26621521702725355452677
Binary101101101000110110001111010111101011110110110010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D8F; }

 p { color: rgb(182,141,143); }

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

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

 a { background-color: rgb(182,141,143); }

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

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

 span { border-color: rgb(182,141,143); }

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