#B68C8F

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

Shades of Viola #B68C8F

Tints of Viola #B68C8F

Color information

#B68C8F (or 0xB68C8F) is unknown color: approx Viola. HEX triplet: B6, 8C and 8F. RGB value is (182,140,143). Sum of RGB (Red+Green+Blue) = 182+140+143=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68C8F is #497370. Grayscale: #989898. Windows color (decimal): -4813681 or 9407670. OLE color: 9407670.

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

Color convert

RGB182140143-
CMYK00.230.210.29
HSL355.71º22.34%63.14%-
HSV(B)355.71º23.08%71.37%-
XYZ33.6330.6830.14-
YUV152.9122.41148.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=39.14%
G=30.11%
B=30.75%

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
Decimal18214014300.230.210.29355.7122.3463.14
HexB68C8F017151D164163f
Octal26621421702725355442677
Binary101101101000110010001111010111101011110110110010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C8F; }

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

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

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

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

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

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

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

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