#BCBA64

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

Shades of Dark Khaki #BCBA64

Tints of Dark Khaki #BCBA64

Color information

#BCBA64 (or 0xBCBA64) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 64. RGB value is (188,186,100). Sum of RGB (Red+Green+Blue) = 188+186+100=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA64 is #43459B. Grayscale: #B1B1B1. Windows color (decimal): -4408732 or 6601404. OLE color: 6601404.

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

Color convert

RGB188186100-
CMYK00.010.470.26
HSL58.64º39.64%56.47%-
HSV(B)58.64º46.81%73.73%-
XYZ40.646.7318.94-
YUV176.7984.66135.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=39.66%
G=39.24%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818610000.010.470.2658.6439.6456.47
HexBCBA64012F1A3b2838
Octal274272144015732735070
Binary101111001011101011001000110111111010111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA64; }

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

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

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

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

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

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

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

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