#BCBA68

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

Shades of Dark Khaki #BCBA68

Tints of Dark Khaki #BCBA68

Color information

#BCBA68 (or 0xBCBA68) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 68. RGB value is (188,186,104). Sum of RGB (Red+Green+Blue) = 188+186+104=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA68 is #434597. Grayscale: #B1B1B1. Windows color (decimal): -4408728 or 6863548. OLE color: 6863548.

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

Color convert

RGB188186104-
CMYK00.010.450.26
HSL58.57º38.53%57.25%-
HSV(B)58.57º44.68%73.73%-
XYZ40.846.8119.98-
YUV177.2586.66135.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=39.33%
G=38.91%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818610400.010.450.2658.5738.5357.25
HexBCBA68012D1A3b2739
Octal274272150015532734771
Binary101111001011101011010000110110111010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA68; }

 p { color: rgb(188,186,104); }

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

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

 a { background-color: rgb(188,186,104); }

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

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

 span { border-color: rgb(188,186,104); }

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