#BCBA69

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

Shades of Dark Khaki #BCBA69

Tints of Dark Khaki #BCBA69

Color information

#BCBA69 (or 0xBCBA69) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 69. RGB value is (188,186,105). Sum of RGB (Red+Green+Blue) = 188+186+105=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA69 is #434596. Grayscale: #B1B1B1. Windows color (decimal): -4408727 or 6929084. OLE color: 6929084.

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

Color convert

RGB188186105-
CMYK00.010.440.26
HSL58.55º38.25%57.45%-
HSV(B)58.55º44.15%73.73%-
XYZ40.8546.8320.25-
YUV177.3687.16135.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=39.25%
G=38.83%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818610500.010.440.2658.5538.2557.45
HexBCBA69012C1A3b2639
Octal274272151015432734671
Binary101111001011101011010010110110011010111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA69; }

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

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

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

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

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

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

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

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