#BC8C8F

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

Shades of Viola #BC8C8F

Tints of Viola #BC8C8F

Color information

#BC8C8F (or 0xBC8C8F) is unknown color: approx Viola. HEX triplet: BC, 8C and 8F. RGB value is (188,140,143). Sum of RGB (Red+Green+Blue) = 188+140+143=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C8F is #437370. Grayscale: #9A9A9A. Windows color (decimal): -4420465 or 9407676. OLE color: 9407676.

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

Color convert

RGB188140143-
CMYK00.260.240.26
HSL356.25º26.37%64.31%-
HSV(B)356.25º25.53%73.73%-
XYZ35.0831.4330.2-
YUV154.69121.4151.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=39.92%
G=29.72%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814014300.260.240.26356.2526.3764.31
HexBC8C8F01A181A1641a40
Octal274214217032303254432100
Binary1011110010001100100011110110101100011010101100100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C8F; }

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

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

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

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

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

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

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

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