#BCBA65

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

Shades of Dark Khaki #BCBA65

Tints of Dark Khaki #BCBA65

Color information

#BCBA65 (or 0xBCBA65) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 65. RGB value is (188,186,101). Sum of RGB (Red+Green+Blue) = 188+186+101=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA65 is #43459A. Grayscale: #B1B1B1. Windows color (decimal): -4408731 or 6666940. OLE color: 6666940.

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

Color convert

RGB188186101-
CMYK00.010.460.26
HSL58.62º39.37%56.67%-
HSV(B)58.62º46.28%73.73%-
XYZ40.6546.7519.19-
YUV176.9185.16135.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=39.58%
G=39.16%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818610100.010.460.2658.6239.3756.67
HexBCBA65012E1A3b2739
Octal274272145015632734771
Binary101111001011101011001010110111011010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA65; }

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

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

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

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

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

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

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

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