#BCBA6E

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

Shades of Dark Khaki #BCBA6E

Tints of Dark Khaki #BCBA6E

Color information

#BCBA6E (or 0xBCBA6E) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 6E. RGB value is (188,186,110). Sum of RGB (Red+Green+Blue) = 188+186+110=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA6E is #434591. Grayscale: #B2B2B2. Windows color (decimal): -4408722 or 7256764. OLE color: 7256764.

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

Color convert

RGB188186110-
CMYK00.010.410.26
HSL58.46º36.79%58.43%-
HSV(B)58.46º41.49%73.73%-
XYZ41.1146.9321.64-
YUV177.9389.66135.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=38.84%
G=38.43%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818611000.010.410.2658.4636.7958.43
HexBCBA6E01291A3a253a
Octal274272156015132724572
Binary101111001011101011011100110100111010111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA6E; }

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

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

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

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

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

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

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

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